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