TOKEN_FLOAT_LIST
A variable-length record. The token is followed by a count value that specifies the number of floats or doubles that follow in the list field. The size of the floating point value (float or double) is determined by the value of float size specified in the file header. For efficiency, consecutive TOKEN_FLOAT_LISTs should be compounded into a single list.
Field |
Type |
Size (bytes) |
Contents |
token |
WORD |
2 |
TOKEN_FLOAT_LIST |
count |
DWORD |
4 |
Number of floats or doubles in list field |
list |
float/double array |
4 or 8 × count |
Float or double list |