IonDescribedDecimal

Represents an Ion described decimal with an exponent and coefficient, and provides a get method to retrieve the decimal value. (community summary)

Members

Functions

get
IonErrorCode get(Decimal!maxW64bitSize value)
get
IonErrorCode get(T value)
get
T get()
getErrorCode
IonErrorCode getErrorCode()
serialize
void serialize(S serializer)

Variables

coefficient
IonIntField coefficient;
exponent
int exponent;