Method INumberBase<BigDecimal>.IsRealNumber
INumberBase<BigDecimal>.IsRealNumber(BigDecimal)
Determines if a value represents a real number.
Declaration
static bool INumberBase<BigDecimal>.IsRealNumber(BigDecimal value)
Parameters
| Type | Name | Description |
|---|---|---|
| BigDecimal | value | The value to be checked. |
Returns
| Type | Description |
|---|---|
| bool |