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

Definicja

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

 static UInt128 System.Numerics.INumber<System.UInt128>.MaxNumber(UInt128 x, UInt128 y) = System::Numerics::INumber<UInt128>::MaxNumber;
static UInt128 INumber<UInt128>.MaxNumber (UInt128 x, UInt128 y);
static member System.Numerics.INumber<System.UInt128>.MaxNumber : UInt128 * UInt128 -> UInt128
 Shared Function MaxNumber (x As UInt128, y As UInt128) As UInt128 Implements INumber(Of UInt128).MaxNumber

Parametry

x
UInt128

Wartość, która ma być porównywana z wartością y.

y
UInt128

Wartość, która ma być porównywana z wartością x.

Zwraca

xjeśli jest większa niż y; w przeciwnym razie . y

Implementuje

Dotyczy