DPL StudioDPL Studio GuideAppendix B: Supported FunctionsLogical FunctionsIsFloatOn this pageIsFloatIsFloat Function Returns true if the value is of float type or false if not. Syntax IsFloat(vector Column) Arguments ArgumentDescription(vector Column)Column to be evaluated as float or not. Examples: IsFloat(10.03) Returns true as value is float type.