UInt128.INumber<UInt128>.MaxNumber(UInt128, UInt128) Método

Definição

Compara dois valores com a computação, que é maior e retorna o outro valor se uma entrada for 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

Parâmetros

x
UInt128

O valor a ser comparado com y.

y
UInt128

O valor a ser comparado com x.

Retornos

x se for maior que y; caso contrário, y.

Implementações

Aplica-se a