Table of Contents

Class RateOnTimeSpan<T, U>

Namespace
Skyline.DataMiner.Utils.Rates.Common
Assembly
Skyline.DataMiner.Utils.Rates.Common.dll

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
RateOnTimeSpan<T, U>
Derived
Inherited Members
Extension Methods