Gets the value of this Ion float as a Java float value. @return the float value. @throws NullValueException if this.isNullValue() .
()
| 47 | * @throws NullValueException if <code>this.isNullValue()</code>. |
| 48 | */ |
| 49 | public float floatValue() |
| 50 | throws NullValueException; |
| 51 | |
| 52 | /** |
no outgoing calls