Class monkey.list.FloatList - leonard-thieu/monkey GitHub Wiki

FloatList is a convenience class for handling lists of floating point values.

Extends

  • List<Float>

Constructors

Methods

Detailed Discussion

FloatList is a convenience class for handling lists of floating point values.

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.

⚠️ **GitHub.com Fallback** ⚠️