FloatList extension

Adds extension for lists of doubles.

on

Operators

operator [](int index) double
The object at the given index in the list.
operator []=(int index, double value) → void
Sets the value at the given index in the list to value.