|
<< Click to Display Table of Contents >> FMTBcd (binary coded decimal format) |
![]() ![]()
|
The FMTBcd structure describes the format for binary coded decimal, using the following fields:
Field |
Type |
Description |
iPrecision |
BYTE |
Any specified number between 1 to 64 is considered valid. |
iSignSpecialPlaces |
BYTE |
Specifies the following values: |
iFraction[32] |
BYTE |
Specifies an array of BCD nibbles, 00 to 99 per byte, high nibble first. The number of significant nibbles in iFraction is iPrecision; the rest are ignored. |
See Also