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

Definição

Compara dois valores com a computação, que é maior e retorna o outro valor se uma entrada for NaN.

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

Parâmetros

x
Int128

O valor a ser comparado com y.

y
Int128

O valor a ser comparado com x.

Retornos

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

Implementações

Aplica-se a