Decimal.INumberBase<Decimal>.MinMagnitudeNumber Metoda

Definice

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

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

Parametry

x
Decimal

Hodnota, která se má porovnat s y.

y
Decimal

Hodnota, která se má porovnat s x.

Návraty

xpokud je menší než y; v opačném případě . y

Implementuje

Platí pro