Correspond to 4Test INTEGER data type | Correspond to REAL data type | |
---|---|---|
char | unsigned char | float |
int | unsigned int | double |
short | unsigned short | |
long | unsigned long |
The first two columns above show data types that correspond to the 4Test INTEGER data type. The third column corresponds to the REAL data type.