Char.IBinaryInteger<Char>.RotateLeft(Char, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.