Method INumberBase<BigDecimal>.IsCanonical
INumberBase<BigDecimal>.IsCanonical(BigDecimal)
Determines if a value is in its canonical representation.
Declaration
static bool INumberBase<BigDecimal>.IsCanonical(BigDecimal value)
Parameters
| Type | Name | Description |
|---|---|---|
| BigDecimal | value | The value to be checked. |
Returns
| Type | Description |
|---|---|
| bool | true if |