UIntPtr.RotateRight(UIntPtr, Int32) Metodo

Definizione

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