Please enable JavaScript to view this site.

ESL Documentation

Navigation: ESL Documentation > ESL Programmers Guide > ESL Language Elements > Type Conversions

Boolean/Integer and Boolean/Float Conversions

Scroll Prev Top Next More

For conversion of boolean values to integer or floating point values, the boolean value true is converted to the value 1; false is converted to the value 0.