UIntPtr.RotateRight(UIntPtr, Int32) Methode

Definition

Dreht 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 nach rotateAmountrechts gedreht wird.

rotateAmount
Int32

Der Betrag, um den value nach rechts gedreht wird.

Gibt zurück

UIntPtr

unativeint

Das Ergebnis der Drehung value nach rechts um rotateAmount.

Implementiert

Gilt für: