ESQL FLOAT data type

The FLOAT data type holds a 64-bit exponent approximation of a real number. Float literals are defined using scientific notation, for example 6.6260755e-34

e identifies the exponent of the number (10 to the power of). The case of the e is not significant so you can use E if you prefer.

Related concepts
Message flows
ESQL data types
Mappings

Related tasks
Developing message flow applications
Developing ESQL

Related reference
Built-in nodes
ESQL INTEGER data type
ESQL DECIMAL data type