Method INumberBase<BigDecimal>.IsNaN
INumberBase<BigDecimal>.IsNaN(BigDecimal)
Determines if a value is NaN.
Declaration
static bool INumberBase<BigDecimal>.IsNaN(BigDecimal value)
Parameters
| Type | Name | Description |
|---|---|---|
| BigDecimal | value | The value to be checked. |
Returns
| Type | Description |
|---|---|
| bool |