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

Method bigDecimalValue

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

Gets the value of this Ion int as a BigDecimal. The scale of the BigDecimal is zero. @return the BigDecimal value, or null if this.isNullValue().

()

Source from the content-addressed store, hash-verified

65 * or {@code null} if {@code this.isNullValue()}.
66 */
67 public BigDecimal bigDecimalValue();
68
69 /**
70 * Gets an {@link IntegerSize} representing the smallest-possible

Callers 14

checkNullDecimalMethod · 0.65
modifyDecimalMethod · 0.65
testNegativeZeroMethod · 0.65
checkNullFloatMethod · 0.65
modifyFloatMethod · 0.65
checkSpecialMethod · 0.65
checkNullIntMethod · 0.65
modifyIntMethod · 0.65
materializeScalarMethod · 0.65
compareScalarsMethod · 0.65
bigDecimalValueMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by 14

checkNullDecimalMethod · 0.52
modifyDecimalMethod · 0.52
testNegativeZeroMethod · 0.52
checkNullFloatMethod · 0.52
modifyFloatMethod · 0.52
checkSpecialMethod · 0.52
checkNullIntMethod · 0.52
modifyIntMethod · 0.52
materializeScalarMethod · 0.52
compareScalarsMethod · 0.52
bigDecimalValueMethod · 0.52