If I have a double
value 333.33333
and I want the result the next value after the point like 334
.
If value is 22.2 then result 23
If value is 22.01 then result 23
If value is 22.50 then result 23
Please help
EDIT:
Based on the user's response to a question posted in the comments:
If value is 22 then result 23 (Ceiling does not work here)