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

右を で回転したvaluerotateAmount結果。

適用対象