This class implements an array of Floats.
- You can enumerate this class with the FOR EACH ... NEXT control structure.
aFloat = NEW Float[]
Float = aFloat [ Index AS Integer ] AS Float
- Returns an element of the array.
aFloat [ Index AS Integer ] = Float
- Modifies an element of the array.
Referenced by: