UInt32.RotateLeft(UInt32, Int32) Metode

Definisi

Memutar nilai yang ditinggalkan oleh jumlah tertentu.

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

Parameter

value
UInt32

Nilai yang diputar dibiarkan oleh rotateAmount.

rotateAmount
Int32

Jumlah yang value diputar kiri.

Mengembalikan

Hasil dari memutar value ke kiri oleh rotateAmount.

Penerapan

Berlaku untuk