DoubleArray extension

Bounds checking indexing methods on Arrays of Double.

on
Annotations
  • @Since('2.13')

Properties

elements Float64List

Available on Array<Double>, provided by the DoubleArray extension

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

Operators

operator [](int index) double

Available on Array<Double>, provided by the DoubleArray extension

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

Available on Array<Double>, provided by the DoubleArray extension

Stores a Dart value in this array at index.