Byte.RotateLeft(Byte, 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::Byte RotateLeft(System::Byte value, int rotateAmount) = System::Numerics::IBinaryInteger<System::Byte>::RotateLeft;
public static byte RotateLeft(byte value, int rotateAmount);
static member RotateLeft : byte * int -> byte
Public Shared Function RotateLeft (value As Byte, rotateAmount As Integer) As Byte
Parameter
- value
- Byte
Nilai yang diputar dibiarkan oleh rotateAmount.
- rotateAmount
- Int32
Jumlah yang value diputar ke kiri.
Mengembalikan
Hasil dari memutar value ke kiri oleh rotateAmount.