Table of Contents

Class Rate64OnDateTime

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 ulong counters and DateTime values.

public class Rate64OnDateTime : RateOnDateTime<ulong, Counter64WithDateTime>
Inheritance
Rate64OnDateTime
Inherited Members
Extension Methods

Methods

Calculate(ulong, DateTime, double)

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

FromJsonString(string, TimeSpan, TimeSpan, RateBase)

Deserializes a JSON string to a Rate64OnDateTime instance.