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

Method doubleValue

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

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

()

Source from the content-addressed store, hash-verified

44 * @throws NullValueException if <code>this.isNullValue()</code>.
45 */
46 public double doubleValue()
47 throws NullValueException;
48
49 /**

Callers 3

testDecimalsMethod · 0.95
testDFormatMethod · 0.95
checkDecimalMethod · 0.95

Implementers 1

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

Calls

no outgoing calls

Tested by 3

testDecimalsMethod · 0.76
testDFormatMethod · 0.76
checkDecimalMethod · 0.76