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と比較する値。

返品

未満の場合は a0/&。それ以外の場合は。

実装

適用対象