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 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

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