Int16.INumber<Int16>.MinNumber(Int16, Int16) Metodo

Definizione

Confronta due valori per calcolare che è minore e restituisce l'altro valore se un input è 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

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