UInt64.RotateRight(UInt64, Int32) Methode

Definition

Rotiert 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 um rotateAmountnach rechts gedreht wird.

rotateAmount
Int32

Der Betrag, um den nach value rechts gedreht wird.

Gibt zurück

Das Ergebnis der Drehung value nach rechts um rotateAmount.

Implementiert

Gilt für: