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

Definice

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

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

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