BigInteger.INumber<BigInteger>.MinNumber(BigInteger, BigInteger) 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.
Compare deux valeurs au calcul, ce qui est inférieur et retourne l’autre valeur si une entrée est NaN.
static System::Numerics::BigInteger System.Numerics.INumber<System.Numerics.BigInteger>.MinNumber(System::Numerics::BigInteger x, System::Numerics::BigInteger y) = System::Numerics::INumber<System::Numerics::BigInteger>::MinNumber;
static System.Numerics.BigInteger INumber<BigInteger>.MinNumber(System.Numerics.BigInteger x, System.Numerics.BigInteger y);
static member System.Numerics.INumber<System.Numerics.BigInteger>.MinNumber : System.Numerics.BigInteger * System.Numerics.BigInteger -> System.Numerics.BigInteger
Shared Function MinNumber (x As BigInteger, y As BigInteger) As BigInteger Implements INumber(Of BigInteger).MinNumber
Paramètres
Valeur à comparer à y.
Valeur à comparer à x.
Retourne
x s’il est inférieur à y; sinon, y.