DPL StudioDPL Studio GuideAppendix B: Supported FunctionsConversion FunctionsToFloatOn this pageToFloatToFloat Function Converts the input number to a data type that holds floating-point numbers in 32-bit format. Syntax ToFloat(scalar Value) Arguments ArgumentDescriptionscalar ValueNumber to be converted Examples: ToFloat(1/45) Returns the value as float data type.