UInt128.RotateRight(UInt128, Int32) Methode

Definition

Rotiert einen Wert nach rechts um einen bestimmten Betrag.

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

Parameter

value
UInt128

Der Wert, der nach rechts gedreht wird rotateAmount.

rotateAmount
Int32

Der Betrag, um den rechts value gedreht wird.

Gibt zurück

Das Ergebnis der Drehung value nach rechts um rotateAmount.

Implementiert

Gilt für: