IBinaryInteger<TSelf>.RotateLeft(TSelf, Int32) メソッド

定義

指定した量だけ値を左に回転します。

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

パラメーター

value
TSelf

によって左 rotateAmountに回転される値。

rotateAmount
Int32

左に回転する value 量。

戻り値

TSelf

によって左rotateAmountに回転したvalue結果。

適用対象