Char.IBinaryInteger<Char>.RotateLeft(Char, Int32) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ruota un valore lasciato da 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 da rotateAmount
.
- rotateAmount
- Int32
Quantità in base alla quale value
viene ruotata a sinistra.
Restituisce
Risultato della rotazione value
a sinistra di rotateAmount
.
Implementazioni
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.