IntPtr.RotateRight(IntPtr, Int32) Methode

Definition

Rotiert einen Wert nach rechts um einen bestimmten Betrag.

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

Parameter

value
IntPtr

nativeint

Der Wert, der nach rechts gedreht wird rotateAmount.

rotateAmount
Int32

Der Betrag, um den rechts value gedreht wird.

Gibt zurück

IntPtr

nativeint

Das Ergebnis der Drehung value nach rechts um rotateAmount.

Implementiert

Gilt für: