Gets the high 64 bits of the 256-bit decimal value (bits 128-191). @return the high 64 bits
()
| 1158 | * @return the high 64 bits |
| 1159 | */ |
| 1160 | public long getHl() { |
| 1161 | return hl; |
| 1162 | } |
| 1163 | |
| 1164 | /** |
| 1165 | * Gets the mid 64 bits of the 256-bit decimal value (bits 64-127). |
no outgoing calls