-
Math.round Expression Help
Ok so I have a count UP from say 0 to 145. I am using this expression on my text:
startTime = 0
endTime = 5
startValue = 0
endValue = 145
linear (time, startTime, endTime, startValue, endValue)I am getting about 10 decimal digits however and would like just the whole numbers from 0 to 145.
How do i use Math.Round to do this? Or is there another way??