Int32.RotateLeft(Int32, Int32) Metoda

Definicja

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

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

Parametry

value
Int32

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 o rotateAmount.

Implementuje

Dotyczy