Share via


Byte.RotateLeft(Byte, Int32) Metode

Definisi

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.

Penerapan

Berlaku untuk