DoubleArray extension
- @Since('2.13')
Properties
- elements → Float64List
-
Available on Array<
A list view of the bytes of this array.Double> , provided by the DoubleArray extensionno setter
Operators
-
operator [](
int index) → double -
Available on Array<
Loads a Dart value from this array atDouble> , provided by the DoubleArray extensionindex
. -
operator []=(
int index, double value) → void -
Available on Array<
Stores a Dart value in this array atDouble> , provided by the DoubleArray extensionindex
.