Gets the value of this Ion float as a Java double value. @return the double value. @throws NullValueException if this.isNullValue() .
()
| 57 | * @throws NullValueException if <code>this.isNullValue()</code>. |
| 58 | */ |
| 59 | public double doubleValue() |
| 60 | throws NullValueException; |
| 61 | |
| 62 |
no outgoing calls