UInt64.RotateRight(UInt64, 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 System::UInt64 RotateRight(System::UInt64 value, int rotateAmount) = System::Numerics::IBinaryInteger<System::UInt64>::RotateRight;
public static ulong RotateRight(ulong value, int rotateAmount);
static member RotateRight : uint64 * int -> uint64
Public Shared Function RotateRight (value As ULong, rotateAmount As Integer) As ULong
Parametri
- value
- UInt64
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.