setFloat abstract method

void setFloat(
  1. double value, {
  2. required int at,
})

Sets a floating point number at the given index.

Throws a RangeError if the index is ouf of range.

Implementation

void setFloat(double value, {required int at});