value property

double get value

The float at address.

Implementation

double get value => this[0];
set value (double value)

Implementation

void set value(double value) => this[0] = value;