Class RateOnTimeSpan<T, U>
Class RateOnTimeSpan<T, U> helps calculating rates of all sorts (bit rates, counter rates, etc) based on counters and TimeSpans.
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 RateOnTimeSpan<T, U> : RateHelper<T, U> where U : CounterWithTimeSpan<T>
Type Parameters
T
U
- Inheritance
-
RateHelper<T, U>RateOnTimeSpan<T, U>
- Derived
- Inherited Members
- Extension Methods