Class monkey.list.FloatList - leonard-thieu/monkey GitHub Wiki
FloatList is a convenience class for handling lists of floating point values.
List<Float>
New ()
FloatList is a convenience class for handling lists of floating point values.
Creates a new empty FloatList.
Implements the Compare method, which allows FloatLists to be sorted using the Sort method.