Gets the value of this Ion decimal as a Java double value. @return the double value. @throws NullValueException if this.isNullValue() .
()
| 44 | * @throws NullValueException if <code>this.isNullValue()</code>. |
| 45 | */ |
| 46 | public double doubleValue() |
| 47 | throws NullValueException; |
| 48 | |
| 49 | /** |
no outgoing calls