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

Definizione

Confronta due valori con il calcolo minore e restituisce l'altro valore se un input è 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

Parametri

x
BigInteger

Valore da confrontare con y.

y
BigInteger

Valore da confrontare con x.

Restituisce

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

Implementazioni

Si applica a