Gets the highest 64 bits of the 256-bit decimal value (bits 192-255). @return the highest 64 bits
()
| 1149 | * @return the highest 64 bits |
| 1150 | */ |
| 1151 | public long getHh() { |
| 1152 | return hh; |
| 1153 | } |
| 1154 | |
| 1155 | /** |
| 1156 | * Gets the high 64 bits of the 256-bit decimal value (bits 128-191). |
no outgoing calls