dart / 2 / dart-ffi / doublepointer / value.html

value property

double value

The double at address.

The address must be 8-byte aligned.

Implementation

external double get value;
void value=(double value)

Implementation

external void set value(double value);

© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-ffi/DoublePointer/value.html