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
Integertointeger()
        Documentation not available.
Floattofloat()
        Documentation not available.


Member Details

tointeger

[Squirrel]
tointeger() : Integer
Documentation not available.


tofloat

[Squirrel]
tofloat() : Float
Documentation not available.