Squirrel
Class Number
[Squirrel]
Class Hierarchy:
Number
Known Subclasses:
Float
,
Integer
An abstract base class for all numeric types. It provides basic conversion to and from the various primitive types.
Member Summary
Integer
tointeger
()
Documentation not available.
Float
tofloat
()
Documentation not available.
Member Details
tointeger
[Squirrel]
tointeger
() :
Integer
Documentation not available.
tofloat
[Squirrel]
tofloat
() :
Float
Documentation not available.