1.

How Many Bytes Does A S9(7) Comp-3 Field Occupy ?

Answer»

Will take 4 BYTES. Sign is STORED as hex value in the last nibble.
General FORMULA is INT((n/2) + 1)), where n=7 in this example.

Will take 4 bytes. Sign is stored as hex value in the last nibble.
General formula is INT((n/2) + 1)), where n=7 in this example.



Discussion

No Comment Found