sys::Obj sys::Num
Num is the base class for number classes: Int, Float, and Decimal.
Int
Float
Decimal
new make()
internal constructor.
Decimal toDecimal()
Convert this number to a Decimal.
Float toFloat()
Convert this number to a Float.
Int toInt()
Convert this number to an Int.