Class RateOnDateTime<T, U>
Class RateOnDateTime<T, U> helps calculating rates of all sorts (bit rates, counter rates, etc) based on counters and DateTimes.
This class is meant to be used as base class for more specific RateHelpers depending on the range of counters (uint, ulong, etc).public class RateOnDateTime<T, U> : RateHelper<T, U> where U : CounterWithDateTime<T>
Type Parameters
T
U
- Inheritance
-
RateHelper<T, U>RateOnDateTime<T, U>
- Derived
- Inherited Members
- Extension Methods