BigInteger.RotateLeft(BigInteger, Int32) Metoda

Definice

Otočí hodnotu zbývající o danou částku.

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

Parametry

value
BigInteger

Hodnota, která je otočena doleva o rotateAmount.

rotateAmount
Int32

Množství, o které value se otočí doleva.

Návraty

Výsledek otočení value doleva o rotateAmount.

Implementuje

Platí pro