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

Definice

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

 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

Parametry

x
BigInteger

Hodnota, která se má porovnat s y.

y
BigInteger

Hodnota, která se má porovnat s x.

Návraty

x pokud je větší než y, jinak hodnota y.

Implementuje

Platí pro