Returns the maximum precision (total number of significant digits) supported by this decimal type. Precision limits vary by implementation: Decimal64: 18 digits Decimal128: 38 digits Decimal256: 76 digits @return the maximum number of significant digits thi
()
| 74 | * @return the maximum number of significant digits this type can represent |
| 75 | */ |
| 76 | int getMaxPrecision(); |
| 77 | |
| 78 | /** |
| 79 | * Returns the maximum scale (number of digits after the decimal point) supported by this decimal type. |
no outgoing calls
no test coverage detected