Table of Contents

Class Rate32OnDateTime

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

Allows calculating rates of all sorts (bit rates, counter rates, etc) based on uint counters and DateTime values.

public class Rate32OnDateTime : RateOnDateTime<uint, Counter32WithDateTime>
Inheritance
Rate32OnDateTime
Inherited Members
Extension Methods

Methods

Calculate(uint, DateTime, double)

Calculates the rate using provided newCounter against previous counters buffered in this Rate32OnDateTime instance.

FromJsonString(string, TimeSpan, TimeSpan, RateBase)

Deserializes a JSON string to a Rate32OnDateTime instance.