Char.IBinaryInteger<Char>.RotateRight(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 a destra in base a una determinata quantità.
static char System.Numerics.IBinaryInteger<System.Char>.RotateRight(char value, int rotateAmount) = System::Numerics::IBinaryInteger<char>::RotateRight;
static char IBinaryInteger<char>.RotateRight (char value, int rotateAmount);
static member System.Numerics.IBinaryInteger<System.Char>.RotateRight : char * int -> char
Shared Function RotateRight (value As Char, rotateAmount As Integer) As Char Implements IBinaryInteger(Of Char).RotateRight
Parametri
- value
- Char
Valore ruotato a destra da rotateAmount
.
- rotateAmount
- Int32
Quantità in base alla quale value
viene ruotata a destra.
Restituisce
Risultato della rotazione value
destra da 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.