Char.IBinaryInteger<Char>.RotateLeft(Char, Int32) Método

Definición

Gira un valor a la izquierda por una cantidad determinada.

 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

Parámetros

value
Char

Valor que gira a la izquierda por rotateAmount.

rotateAmount
Int32

Cantidad por la que value se gira a la izquierda.

Devoluciones

Resultado de girar a value la izquierda por rotateAmount.

Implementaciones

Se aplica a