UInt32.RotateLeft(UInt32, Int32) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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.