Class FloatStack
A FloatStack is a convenience class for dealing with stacks of floats.
Extends: |
|
Constructors: |
|
Methods: |
- Compare : Int ( lhs:Float, rhs:Float )
|
Inherited Properties: |
|
Inherited Methods: |
|
Constructor Documentation
Method New ()
Creates a new empty FloatStack.
Method Documentation
Method Compare : Int ( lhs:Float, rhs:Float )
Implements the Compare method, which allows FloatStacks to be sorted using the Sort method.