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

Definição

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

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

Parâmetros

x
Int16

O valor a ser comparado com y.

y
Int16

O valor a ser comparado com x.

Retornos

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

Implementações

Aplica-se a