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

定義

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

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

パラメーター

value
Int64

rotateAmountで左に回転する値。

rotateAmount
Int32

valueが左に回転する量。

返品

valueで左rotateAmount回転した結果。

実装

適用対象