10-28-2010 12:31 PM
i am dealing with time in ms but i represent it with second. nothing complex. i can not afford to round the time up or down because time need to be accurate.
any other suggestion. ? maybe i can just minus .0001 from top level and buttom level.
10-28-2010 01:09 PM
@sticyfinger wrote:
any other suggestion. ? maybe i can just minus .0001 from top level and buttom level.
That's what I did in the example attached above. Personally, I would do everything in integer milliseconds.
10-28-2010 01:16 PM
On the numeric pallete there is a constant for machine epsilon which should be the smallest value the PC can represent.
Ben