Is there any builtin function exist ? or can you please give a solution for that.
I need the numbers to show as like this:
169.4 => 170 193.6 => 194 171.51050 => 172 367.35000000000003 => 367
My condition is if the first number after the point is greater then or equal to 4 then it will be Ceil otherwise floor.
You are looking for rounding