- ceil
UDecimal ceil()
- floor
UDecimal floor()
- fractionalDigits
uint fractionalDigits()
- opBinary
UDecimal opBinary(uint rhs)
UDecimal opBinary(UDecimal rhs)
- opBinaryRight
UDecimal opBinaryRight(uint lhs)
UDecimal opBinaryRight(uint )
- opCast
T opCast()
- opCast
T opCast()
- opCast
T opCast()
- opCmp
int opCmp(UDecimal that)
- opOpAssign
UDecimal opOpAssign(uint rhs)
UDecimal opOpAssign(UDecimal rhs)
- round
UDecimal round()
- roundEven
UDecimal roundEven()
Unsigned 64-bit fixed-point decimal type
Assigns 32 bits to the digits of the pre-decimal point portion and the other 32 bits to fractional digits.