Class Rate64OnDateTime
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.