BigInteger.INumberBase<BigInteger>.MinMagnitudeNumber Metoda

Definice

Porovná dvě hodnoty s výpočtem, který má menší velikost, a vrátí druhou hodnotu, pokud je NaNjeden vstup .

 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

Parametry

x
BigInteger

Hodnota, která se má porovnat s y.

y
BigInteger

Hodnota, která se má porovnat s x.

Návraty

xpokud je menší než y; v opačném případě . y

Implementuje

Platí pro