BigInteger.INumberBase<BigInteger>.MinMagnitudeNumber Metodo

Definizione

Confronta due valori con il calcolo con la grandezza minore e restituisce l'altro valore se un input è NaN.

 static System::Numerics::BigInteger System.Numerics.INumberBase<System.Numerics.BigInteger>.MinMagnitudeNumber(System::Numerics::BigInteger x, System::Numerics::BigInteger y) = System::Numerics::INumberBase<System::Numerics::BigInteger>::MinMagnitudeNumber;
static System.Numerics.BigInteger INumberBase<BigInteger>.MinMagnitudeNumber (System.Numerics.BigInteger x, System.Numerics.BigInteger y);
static member System.Numerics.INumberBase<System.Numerics.BigInteger>.MinMagnitudeNumber : System.Numerics.BigInteger * System.Numerics.BigInteger -> System.Numerics.BigInteger
 Shared Function MinMagnitudeNumber (x As BigInteger, y As BigInteger) As BigInteger Implements INumberBase(Of BigInteger).MinMagnitudeNumber

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