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

Definizione

Ruota un valore a sinistra di una determinata quantità.

 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

Parametri

value
Char

Valore ruotato a sinistra da rotateAmount.

rotateAmount
Int32

Quantità in base alla quale value viene ruotata a sinistra.

Valori restituiti

Risultato della rotazione value a sinistra di rotateAmount.

Implementazioni

Si applica a