Defines a TINE triplet data object containing a 64-character fixed-length string value followed by a double doublet. More...
#include <tinetype.h>
Data Fields | |
double | d1val |
double | d2val |
char | name [64] |
Defines a TINE triplet data object containing a 64-character fixed-length string value followed by a double doublet.
double NAME64DBLDBL::d1val |
the first double value
Referenced by GetValuesAsNAME64DBLDBL().
double NAME64DBLDBL::d2val |
the second double value
Referenced by GetValuesAsNAME64DBLDBL().
char NAME64DBLDBL::name[64] |
the string buffer containing the string information
Referenced by GetValuesAsNAME64DBLDBL().