BigInteger.RotateLeft(BigInteger, Int32) Méthode

Définition

Fait pivoter une valeur à gauche d’une quantité donnée.

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

Paramètres

value
BigInteger

Valeur qui a fait pivoter vers la gauche par rotateAmount.

rotateAmount
Int32

Montant par lequel value est pivoté vers la gauche.

Retours

Résultat de la rotation vers la value gauche de rotateAmount.

Implémente

S’applique à