UIntPtr.RotateRight(UIntPtr, 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à.
public:
static UIntPtr RotateRight(UIntPtr value, int rotateAmount) = System::Numerics::IBinaryInteger<UIntPtr>::RotateRight;
public static UIntPtr RotateRight (UIntPtr value, int rotateAmount);
static member RotateRight : unativeint * int -> unativeint
Public Shared Function RotateRight (value As UIntPtr, rotateAmount As Integer) As UIntPtr
Parametri
- value
-
UIntPtr
unativeint
Valore ruotato a destra da rotateAmount
.
- rotateAmount
- Int32
Quantità in base alla quale value
viene ruotata a destra.
Restituisce
UIntPtr
unativeint
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.