BigInteger.RotateLeft(BigInteger, Int32) Méthode
Définition
Important
Certaines informations concernent des produits en version préliminaire qui peuvent être considérablement modifiés avant leur sortie. Microsoft n’offre aucune garantie, expresse ou implicite, concernant les informations fournies ici.
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.
Retourne
Résultat de la rotation vers la value gauche de rotateAmount.