Int16.RotateLeft(Int16, Int32) Metoda

Definicja

Obraca wartość pozostawioną przez daną kwotę.

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

Parametry

value
Int16

Wartość, która jest obracana w lewo przez rotateAmount.

rotateAmount
Int32

Kwota, o którą value jest obracana w lewo.

Zwraca

Wynik rotacji value w lewo przez rotateAmount.

Implementuje

Dotyczy