FloatPointer extension
Extension on Pointer specialized for the type argument Float.
Properties
Methods
-
asTypedList(
int length ) → Float32List - Creates a typed list view backed by memory in the address space. [...]
Operators
-
operator [](
int index ) → double -
The float at
address + 4 * index
. [...] -
operator []=(
int index, double value ) → void -
The float at
address + 4 * index
. [...]