Char.IBinaryInteger<Char>.RotateLeft(Char, Int32) Metoda

Definice

Otočí hodnotu doleva o danou částku.

 static char System.Numerics.IBinaryInteger<System.Char>.RotateLeft(char value, int rotateAmount) = System::Numerics::IBinaryInteger<char>::RotateLeft;
static char IBinaryInteger<char>.RotateLeft(char value, int rotateAmount);
static member System.Numerics.IBinaryInteger<System.Char>.RotateLeft : char * int -> char
 Shared Function RotateLeft (value As Char, rotateAmount As Integer) As Char Implements IBinaryInteger(Of Char).RotateLeft

Parametry

value
Char

Hodnota, která je otočena doleva rotateAmount.

rotateAmount
Int32

Velikost, o kterou value se otočí doleva.

Návraty

Výsledek otáčení value doleva rotateAmount.

Implementuje

Platí pro