Gets the high 64 bits of the 128-bit decimal value. @return the high 64 bits of the decimal value
()
| 794 | * @return the high 64 bits of the decimal value |
| 795 | */ |
| 796 | public long getHigh() { |
| 797 | return high; |
| 798 | } |
| 799 | |
| 800 | /** |
| 801 | * Gets the low 64 bits of the 128-bit decimal value. |
no outgoing calls