UInt64.RotateRight(UInt64, Int32) Metodo

Definizione

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.

Implementazioni

Si applica a