DPL StudioDPL Studio GuideAppendix B: Supported FunctionsConversion FunctionsToIntOn this pageToIntToInt Function Converts a number to a 4-byt integer by dropping any numbers to the right of the decimal point. To round the point the nearest integer, use the Round function Examples ToInt(1/5) Returns the value as integer data type.