Gets the low 64 bits of the 128-bit decimal value. @return the low 64 bits of the decimal value
()
| 803 | * @return the low 64 bits of the decimal value |
| 804 | */ |
| 805 | public long getLow() { |
| 806 | return low; |
| 807 | } |
| 808 | |
| 809 | @Override |
| 810 | public final int getMaxPrecision() { |
no outgoing calls