Returns the maximum scale (number of digits after the decimal point) supported by this decimal type. Scale limits vary by implementation: Decimal64: 18 Decimal128: 38 Decimal256: 76 @return the maximum number of decimal places this type can represent
()
| 88 | * @return the maximum number of decimal places this type can represent |
| 89 | */ |
| 90 | int getMaxScale(); |
| 91 | |
| 92 | /** |
| 93 | * Returns true if this decimal represents the null value. |
no outgoing calls
no test coverage detected