floatOverflow property Null safety

bool floatOverflow

Implementation

bool get floatOverflow;
void floatOverflow=(bool v)

The float overflow flag, which is stored as gFlag on the 16C. On the 15C, it causes errorFlash to be true.

Implementation

set floatOverflow(bool v);