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

定義

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

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

パラメーター

value
UInt32

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

rotateAmount
Int32

左に回転する value 量。

戻り値

rotateAmount方向に回転したvalue結果 。

実装

適用対象