Gets the low 64 bits of the 256-bit decimal value (bits 0-63). @return the low 64 bits
()
| 1176 | * @return the low 64 bits |
| 1177 | */ |
| 1178 | public long getLl() { |
| 1179 | return ll; |
| 1180 | } |
| 1181 | |
| 1182 | @Override |
| 1183 | public final int getMaxPrecision() { |
no outgoing calls