UInt64.RotateRight(UInt64, Int32) Methode

Definition

Dreht einen Wert um einen bestimmten Betrag nach rechts.

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

Parameter

value
UInt64

Der Wert, der nach rotateAmountrechts gedreht wird.

rotateAmount
Int32

Der Betrag, um den value nach rechts gedreht wird.

Gibt zurück

Das Ergebnis der Drehung value nach rechts um rotateAmount.

Implementiert

Gilt für: