Int16.INumberBase<Int16>.MinMagnitudeNumber(Int16, Int16) Metodo

Definizione

Confronta due valori con il calcolo con la grandezza minore e restituendo l'altro valore se un input è 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

Parametri

x
Int16

Valore da confrontare con y.

y
Int16

Valore da confrontare con x.

Restituisce

x se è minore di y; in caso contrario, y.

Implementazioni

Si applica a