BigInteger.INumber<BigInteger>.MaxNumber(BigInteger, BigInteger) Metodo

Definizione

Confronta due valori per calcolare che è maggiore e restituisce l'altro valore se un input è NaN.

static System.Numerics.BigInteger INumber<BigInteger>.MaxNumber (System.Numerics.BigInteger x, System.Numerics.BigInteger y);

Parametri

x
BigInteger

Valore da confrontare con y.

y
BigInteger

Valore da confrontare con x.

Restituisce

x se è maggiore di y; in caso contrario, y.

Implementazioni

Si applica a

Prodotto Versioni
.NET 7, 8, 9