Class FloatList
FloatList is a convenience class for handling lists of floating point values.
Extends: |
|
Constructors: |
|
Methods: |
- Compare : Int ( lhs:Float, rhs:Float )
|
Inherited Methods: |
|
Constructor Documentation
Method New ()
Creates a new empty FloatList.
Method Documentation
Method Compare : Int ( lhs:Float, rhs:Float )
Implements the Compare method, which allows FloatLists to be sorted using the Sort method.