DoubleArray extension - dart:ffi library (original) (raw)

Bounds checking indexing methods on Arrays of Double.

on

Annotations

Properties

elementsFloat64List

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.