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

Définition

Fait pivoter une valeur à gauche d’une quantité donnée.

 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

Paramètres

value
Char

Valeur qui a fait pivoter vers la gauche par rotateAmount.

rotateAmount
Int32

Montant par lequel value est pivoté vers la gauche.

Retours

Résultat de la rotation vers la value gauche de rotateAmount.

Implémente

S’applique à