sys::Obj sys::Num
Num is the base class for number class including Int and Float.
new make()
Protected constructor.
virtual Float toFloat()
Convert this number to a Float.
virtual Int toInt()
Convert this number to an Int.