Int16.RotateLeft(Int16, Int32) Metode

Definisi

Memutar nilai yang ditinggalkan oleh jumlah tertentu.

public:
 static short RotateLeft(short value, int rotateAmount) = System::Numerics::IBinaryInteger<short>::RotateLeft;
public static short RotateLeft (short value, int rotateAmount);
static member RotateLeft : int16 * int -> int16
Public Shared Function RotateLeft (value As Short, rotateAmount As Integer) As Short

Parameter

value
Int16

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