read Signed Int Frac
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.
Reads a signed Integer.Fractional encoded value. 0x05 0x60 -> 5.96 ; 0xFE 0x60 -> -2.96
The recomposed value.
The bytes.
The index to start reading in data.