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

Definice

Porovná dvě hodnoty pro výpočet, který je menší a vrátí druhou hodnotu, pokud je NaNvstup .

 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

Parametry

x
Int16

Hodnota, která se má porovnat s y.

y
Int16

Hodnota, která se má porovnat s x.

Návraty

x pokud je menší než y, jinak hodnota y.

Implementuje

Platí pro