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

Definice

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

 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

Parametry

x
BigInteger

Hodnota, která se má porovnat s y.

y
BigInteger

Hodnota, která se má porovnat s x.

Návraty

x pokud je menší než y, jinak hodnota y.

Implementuje

Platí pro