PQL46 (PQL Function Library - CPM 4.6)PQL 46Functions and operatorsMathROUNDROUNDApplies to: CELONIS 4.0 CELONIS 4.2 CELONIS 4.3 CELONIS 4.4 CELONIS 4.5 CELONIS 4.6DescriptionThe ROUND function rounds a numeric value to the closest whole number.It can be applied to FLOAT columns. The result is a column of type INT.SyntaxROUND ( table.column )Example[1] ROUND of positive FLOATs, negative FLOAT and a NULL value.QueryColumn1ROUND ( "Table1"."Column1" )InputOutputTable1Column1 : FLOAT1.11.41.6-1.1nullResultColumn1 : INT112-1null