Decimal.INumber<Decimal>.MinNumber(Decimal, Decimal) メソッド

定義

2 つの値を比較して、より小さい計算を行い、入力が の場合は NaNもう一方の値を返します。

 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

パラメーター

x
Decimal

y比較する値。

y
Decimal

x比較する値。

戻り値

x より小さい y場合は 。それ以外の場合 yは 。

実装

適用対象