I
Israel
I've run across many situations where I want to store the time delta
as a TimeSpan (e.g. sampling interval) and then I want to skip every
3rd sample so I want to multiple the delta by the int 3 but I'm forced
to multiple the ticks by 3 and then construct a new TimeSpan with the
resultant ticks.
as a TimeSpan (e.g. sampling interval) and then I want to skip every
3rd sample so I want to multiple the delta by the int 3 but I'm forced
to multiple the ticks by 3 and then construct a new TimeSpan with the
resultant ticks.