Defines a TINE triplet data object containing a long integer value followed by a float followed by a second long integer value. More...
#include <tinetype.h>
Data Fields | |
float | fval |
SINT32 | i1val |
SINT32 | i2val |
Defines a TINE triplet data object containing a long integer value followed by a float followed by a second long integer value.
float INTFLTINT::fval |
the first float value
SINT32 INTFLTINT::i1val |
the first long integer value
SINT32 INTFLTINT::i2val |
the second long integer value