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

Definição

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

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

Parâmetros

x
Int16

O valor a ser comparado com y.

y
Int16

O valor a ser comparado com x.

Retornos

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

Implementações

Aplica-se a