DoublePointer extension

Extension on Pointer specialized for the type argument Double.

on

Properties

value double

Available on Pointer<Double>, provided by the DoublePointer extension

The double at address.
getter/setter pair

Methods

asTypedList(int length) Float64List

Available on Pointer<Double>, provided by the DoublePointer extension

Creates a typed list view backed by memory in the address space.

Operators

operator [](int index) double

Available on Pointer<Double>, provided by the DoublePointer extension

The double at address + size * index.
operator []=(int index, double value) → void

Available on Pointer<Double>, provided by the DoublePointer extension