Gets the value of this Ion decimal as a Java float value. @return the float value. @throws NullValueException if this.isNullValue() .
()
| 34 | * @throws NullValueException if <code>this.isNullValue()</code>. |
| 35 | */ |
| 36 | public float floatValue() |
| 37 | throws NullValueException; |
| 38 | |
| 39 | /** |
no outgoing calls