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