Returns the value of the this data point as a long. @throws ClassCastException if the isInteger() == false.
()
| 37 | * @throws ClassCastException if the {@code isInteger() == false}. |
| 38 | */ |
| 39 | long longValue(); |
| 40 | |
| 41 | /** |
| 42 | * Returns the value of the this data point as a {@code double}. |
no outgoing calls