* Numeric data includes integer, floating-point, and fixed-point numbers. The INFORMIX-GLS conversion and formatting functions represent all these numeric data types with the decimal (or mi_decimal) data type. To convert the decimal (or mi_decimal) representation to an integer or floating-point value, use a library function such as dectoint(), dectolong(), or dectodbl(). For more information on these decimal-conversion functions, see the INFORMIX-ESQL/C Programmer's Manual.