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

Definicja

Porównuje dwie wartości do obliczeń, które są większe i zwraca drugą wartość, jeśli jedno dane wejściowe to NaN.

 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

Wartość do porównania z y.

y
BigInteger

Wartość do porównania z x.

Zwraca

x jeśli wartość jest większa niż y; w przeciwnym razie y.

Implementuje

Dotyczy