IntPtr.RotateRight(IntPtr, Int32) Metodo

Definizione

Ruota un valore a destra di una determinata quantità.

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

Parametri

value
IntPtr

nativeint

Valore ruotato a destra da rotateAmount.

rotateAmount
Int32

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

Restituisce

IntPtr

nativeint

Risultato della rotazione value a destra di rotateAmount.

Implementazioni

Si applica a