BigInteger.INumber<BigInteger>.MaxNumber(BigInteger, BigInteger) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute 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
.
Retours
x
s’il est supérieur à y
; sinon, y
.
Implémente
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.