Sets the scale directly without performing any rescaling operations on the underlying value. Warning: This is a low-level operation that changes only the scale metadata without adjusting the stored value. This effectively multiplies or divides the represented number by a power of 10. Use
(int scale)
| 158 | * @param scale the new scale (number of decimal places) |
| 159 | */ |
| 160 | void setScale(int scale); |
| 161 | |
| 162 | /** |
| 163 | * Converts this decimal to a Decimal256 representation. |
no outgoing calls