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

Definición

Compara dos valores con el proceso que es menor y devuelve el otro valor si una entrada es 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

Valor que se va a comparar con y.

y
Int16

Valor que se va a comparar con x.

Devoluciones

x es si es menor que y; de lo contrario, yes .

Implementaciones

Se aplica a