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