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().
()
| 65 | * or {@code null} if {@code this.isNullValue()}. |
| 66 | */ |
| 67 | public BigDecimal bigDecimalValue(); |
| 68 | |
| 69 | /** |
| 70 | * Gets an {@link IntegerSize} representing the smallest-possible |
no outgoing calls