Gets the content of this Ion int as a Java BigInteger value. @return the BigInteger value, or null if this is null.int .
()
| 56 | * or <code>null</code> if this is <code>null.int</code>. |
| 57 | */ |
| 58 | public BigInteger bigIntegerValue(); |
| 59 | |
| 60 | /** |
| 61 | * Gets the value of this Ion {@code int} as a {@link BigDecimal}. |
no outgoing calls