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

Definice

Otočí hodnotu, která zbyla 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 otočná doleva o rotateAmount.

rotateAmount
Int32

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

Návraty

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

Implementuje

Platí pro