Returns the value of the this data point as a double. @throws ClassCastException if the isInteger() == true.
()
| 43 | * @throws ClassCastException if the {@code isInteger() == true}. |
| 44 | */ |
| 45 | double doubleValue(); |
| 46 | |
| 47 | /** |
| 48 | * Returns the value of the this data point as a {@code double}, even if |
no outgoing calls