Decimal128

Undocumented in source.

Constructors

this
this(BigDecimal underlying)
Undocumented in source.
this
this(long msb, long lsb)
Undocumented in source.
this
this(byte[] data)
Undocumented in source.
this
this(ByteBuffer buffer)
Undocumented in source.

Members

Functions

asBytes
byte[] asBytes()
Undocumented in source. Be warned that the author may not have intended to support it.
byteValue
byte byteValue()
Undocumented in source. Be warned that the author may not have intended to support it.
doubleValue
double doubleValue()
Undocumented in source. Be warned that the author may not have intended to support it.
floatValue
float floatValue()
Undocumented in source. Be warned that the author may not have intended to support it.
getLeastSignificantBits
long getLeastSignificantBits()
Undocumented in source. Be warned that the author may not have intended to support it.
getMostSignificantBits
long getMostSignificantBits()
Undocumented in source. Be warned that the author may not have intended to support it.
intValue
int intValue()
Undocumented in source. Be warned that the author may not have intended to support it.
longValue
long longValue()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
shortValue
short shortValue()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta