UIntPtr.RotateRight(UIntPtr, Int32) Methode

Definition

Rotiert einen Wert um einen bestimmten Betrag nach rechts.

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

Parameter

value
UIntPtr

unativeint

Der Wert, der um rotateAmountnach rechts gedreht wird.

rotateAmount
Int32

Der Betrag, um den nach value rechts gedreht wird.

Gibt zurück

UIntPtr

unativeint

Das Ergebnis der Drehung value nach rechts um rotateAmount.

Implementiert

Gilt für: