Method INumberBase<BigDecimal>.MinMagnitudeNumber
INumberBase<BigDecimal>.MinMagnitudeNumber(BigDecimal, BigDecimal)
Compares two values to compute which has the lesser magnitude and returning the other value if an input is NaN
.
Declaration
static BigDecimal INumberBase<BigDecimal>.MinMagnitudeNumber(BigDecimal x, BigDecimal y)
Parameters
Type | Name | Description |
---|---|---|
BigDecimal | x | The value to compare with |
BigDecimal | y | The value to compare with |
Returns
Type | Description |
---|---|
BigDecimal |
|