UInt128.RotateLeft(UInt128, Int32) Methode

Definition

Rotiert einen Wert nach links um einen bestimmten Betrag.

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

Parameter

value
UInt128

Der Wert, der von links gedreht wird rotateAmount.

rotateAmount
Int32

Der Betrag, um den nach value links gedreht wird.

Gibt zurück

Das Ergebnis der Drehung nach value links um rotateAmount.

Implementiert

Gilt für: