Int32.RotateLeft(Int32, Int32) メソッド

定義

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

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

パラメーター

value
Int32

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

rotateAmount
Int32

左に回転する value 量。

戻り値

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

実装

適用対象