T
Tat
I have been using a Round function to round the results to the integer. The
requirement is if the number is smaller than .5 to round down, if it's .5 or
above I round up. The problem is this function rounds .5 values down, I have
a lot of 2 being multiplied by 1.25, which returns 2.5, which Round function
rounds to 2, while I need it to be 3. I wonder if there is another way to do
it. Any help would be greatly appreciated!
requirement is if the number is smaller than .5 to round down, if it's .5 or
above I round up. The problem is this function rounds .5 values down, I have
a lot of 2 being multiplied by 1.25, which returns 2.5, which Round function
rounds to 2, while I need it to be 3. I wonder if there is another way to do
it. Any help would be greatly appreciated!