Int16.INumberBase<Int16>.MinMagnitudeNumber(Int16, Int16) Método

Definição

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

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

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