Int64.RotateRight(Int64, Int32) Metodo

Definizione

Ruota un valore a destra di una determinata quantità.

public:
 static long RotateRight(long value, int rotateAmount) = System::Numerics::IBinaryInteger<long>::RotateRight;
public static long RotateRight (long value, int rotateAmount);
static member RotateRight : int64 * int -> int64
Public Shared Function RotateRight (value As Long, rotateAmount As Integer) As Long

Parametri

value
Int64

Valore ruotato a destra da rotateAmount.

rotateAmount
Int32

Quantità in base alla quale value viene ruotata a destra.

Restituisce

Risultato della rotazione value a destra di rotateAmount.

Implementazioni

Si applica a