IBinaryInteger<TSelf>.RotateRight(TSelf, Int32) 方法

定義

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

public:
 static override TSelf RotateRight(TSelf value, int rotateAmount);
public static virtual TSelf RotateRight (TSelf value, int rotateAmount);
static member RotateRight : 'Self * int -> 'Self
Public Shared Overrides Function RotateRight (value As TSelf, rotateAmount As Integer) As TSelf

參數

value
TSelf

以向右 rotateAmount旋轉的值。

rotateAmount
Int32

向右旋轉的數量 value

傳回

TSelf

向右rotateAmount旋轉value的結果。

適用於