precision property

int precision

The # of decimal places in the value

Implementation

int get precision => (data[10] >> 5) & 0x03;