Int16.RotateRight(Int16, Int32) 方法

定義

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

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

參數

value
Int16

以 向右 rotateAmount 旋轉的值。

rotateAmount
Int32

向右旋轉的數量 value

傳回

向右 rotateAmount 旋轉 value 的結果。

實作

適用於