Titan



int2float


This function converts an integer value into a float value.


Related keyword:


int2float(integer value) return float


Example 1:

const float c_csarnoka := int2float(3);

The constant called c_csarnoka will have the floating point value 3.0.