Returns the scale of this Decimal.
()
| 103 | |
| 104 | /** Returns the <i>scale</i> of this {@link Decimal}. */ |
| 105 | public int scale() { |
| 106 | return scale; |
| 107 | } |
| 108 | |
| 109 | /** Converts this {@link Decimal} into an instance of {@link BigDecimal}. */ |
| 110 | public BigDecimal toBigDecimal() { |
no outgoing calls