readSignedIntFrac

Reads a signed Integer.Fractional encoded value. 0x05 0x60 -> 5.96 ; 0xFE 0x60 -> -2.96

Return

The recomposed value.

Parameters

data

The bytes.

i

The index to start reading in data.