Table of Contents

Class RateOnDateTime<T, U>

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

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