Int32.RotateLeft(Int32, Int32) Metoda

Definice

Otočí hodnotu zbývající o danou částku.

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

Hodnota, která je otočena doleva o rotateAmount.

rotateAmount
Int32

Množství, o které value se otočí doleva.

Návraty

Výsledek otočení value doleva o rotateAmount.

Implementuje

Platí pro