SByte.RotateRight(SByte, Int32) 方法

定義

以指定的數量向右旋轉值。

public:
 static System::SByte RotateRight(System::SByte value, int rotateAmount) = System::Numerics::IBinaryInteger<System::SByte>::RotateRight;
public static sbyte RotateRight (sbyte value, int rotateAmount);
static member RotateRight : sbyte * int -> sbyte
Public Shared Function RotateRight (value As SByte, rotateAmount As Integer) As SByte

參數

value
SByte

由 向右 rotateAmount 旋轉的值。

rotateAmount
Int32

向右旋轉的數量 value

傳回

向右 rotateAmount 旋轉 value 的結果。

實作

適用於