BigInteger.RotateLeft(BigInteger, Int32) Méthode

Définition

Fait pivoter une valeur restante d’un montant donné.

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 est pivotée vers la gauche par rotateAmount.

rotateAmount
Int32

Quantité par laquelle value est pivoté vers la gauche.

Retours

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

Implémente

S’applique à