Resets this decimal to zero with scale 0. This method initializes the decimal to represent the exact value 0, clearing any previous value and resetting the scale to 0.
()
| 138 | * any previous value and resetting the scale to 0. |
| 139 | */ |
| 140 | void ofZero(); |
| 141 | |
| 142 | /** |
| 143 | * Sets the scale directly without performing any rescaling operations on the underlying value. |
no outgoing calls
no test coverage detected