Int64.RotateRight(Int64, Int32) Methode

Definition

Rotiert einen Wert um einen bestimmten Betrag nach rechts.

public:
 static long RotateRight(long value, int rotateAmount) = System::Numerics::IBinaryInteger<long>::RotateRight;
public static long RotateRight (long value, int rotateAmount);
static member RotateRight : int64 * int -> int64
Public Shared Function RotateRight (value As Long, rotateAmount As Integer) As Long

Parameter

value
Int64

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: