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

Definição

Roda um valor deixado por uma determinada quantia.

 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

O valor que é rodado para a esquerda por rotateAmount.

rotateAmount
Int32

A quantidade pela qual value é rotacionada para a esquerda.

Devoluções

O resultado de rodar value para a esquerda por rotateAmount.

Implementações

Aplica-se a