2.2.1 BitFIX28_4 Object

The BitFIX28_4 object defines a numeric value in 28.4 bit FIX notation.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

IntValue

FracValue

IntValue (28 bits): The signed, integral part of the number.

FracValue (4 bits): The unsigned fractional part of the number, in units of one-sixteenth.

The real number represented by this object is computed as follows:

 IntValue + (FracValue / 16)