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