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

定義

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

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

パラメーター

value
UInt64

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

rotateAmount
Int32

左に回転する value 量。

戻り値

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

実装

適用対象