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 的結果。

實作

適用於