Gets the value of this Ion number as a BigDecimal. This method will throw an exception for non-null, non-numeric values. It's recommended to call #isNumericValue() before calling this method. Negative zero is supported by IonDecimal and IonFloat, but not b
()
| 47 | * represent those values. |
| 48 | */ |
| 49 | public BigDecimal bigDecimalValue(); |
| 50 | |
| 51 | /** |
| 52 | * Determines whether this value is numeric. Returns true if this value |
no outgoing calls