operator [] method
- int index
The float at address + sizeOf<Float>() * index
.
A Dart double loses precision before being stored, and the float value is converted to a double when it is loaded.
The address must be 4-byte aligned.
Implementation
external double operator [](int index);