Determines whether this value is numeric. Returns true if this value is none of null, nan, +inf, and -inf, and false if it is any of them. @return a checked condition whether this value is numeric.
()
| 108 | * @return a checked condition whether this value is numeric. |
| 109 | */ |
| 110 | public boolean isNumericValue(); |
| 111 | |
| 112 | public IonFloat clone() |
| 113 | throws UnknownSymbolException; |
no outgoing calls