FloatArray extension

Bounds checking indexing methods on Arrays of Float.

on
Annotations
  • @Since('2.13')

Properties

elements Float32List

Available on Array<Float>, provided by the FloatArray extension

A list view of the bytes of this array.
no setter

Operators

operator [](int index) double

Available on Array<Float>, provided by the FloatArray extension

Loads a Dart value from this array at index.
operator []=(int index, double value) → void

Available on Array<Float>, provided by the FloatArray extension

Stores a Dart value in this array at index.