MCPcopy Create free account
hub / github.com/amazon-ion/ion-java / floatValue

Method floatValue

src/main/java/com/amazon/ion/IonDecimal.java:36–36  ·  view source on GitHub ↗

Gets the value of this Ion decimal as a Java float value. @return the float value. @throws NullValueException if this.isNullValue() .

()

Source from the content-addressed store, hash-verified

34 * @throws NullValueException if <code>this.isNullValue()</code>.
35 */
36 public float floatValue()
37 throws NullValueException;
38
39 /**

Callers 1

testDecimalsMethod · 0.95

Implementers 1

IonDecimalLitesrc/main/java/com/amazon/ion/impl/lite

Calls

no outgoing calls

Tested by 1

testDecimalsMethod · 0.76