BigInteger.RotateLeft(BigInteger, Int32) Methode

Definition

Dreht einen Wert um einen bestimmten Betrag nach links.

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

Parameter

value
BigInteger

Der Wert, der rotateAmountnach links gedreht wird.

rotateAmount
Int32

Der Betrag, um den value nach links gedreht wird.

Gibt zurück

Das Ergebnis der Drehung value nach links um rotateAmount.

Implementiert

Gilt für: