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

Definice

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

 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

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