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