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回転した結果。

適用対象