Gets the mid 64 bits of the 256-bit decimal value (bits 64-127). @return the mid 64 bits
()
| 1167 | * @return the mid 64 bits |
| 1168 | */ |
| 1169 | public long getLh() { |
| 1170 | return lh; |
| 1171 | } |
| 1172 | |
| 1173 | /** |
| 1174 | * Gets the low 64 bits of the 256-bit decimal value (bits 0-63). |
no outgoing calls