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.
-
elementAt(
int index) → Pointer< Float> - Pointer arithmetic (takes element size into account).
Operators
-
operator [](
int index) → double -
The float at
address + 4 * index
. -
operator []=(
int index, double value) → void -
The float at
address + 4 * index
.