Decimal64

Undocumented in source.

Constructors

this
this(BigDecimal underlying)
Undocumented in source.
this
this(long bits)
Undocumented in source.

Members

Functions

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.
getBits
long getBits()
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.

Static functions

calculateBigDecimal
BigDecimal calculateBigDecimal(long bits)
Undocumented in source. Be warned that the author may not have intended to support it.
calculateBits
long calculateBits(BigDecimal underlying)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta