value property

double value

The float at address.

Implementation

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

Implementation

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