StatisticValueStateCache Class

Caches statistic values to provide the difference between the current and previous values of any statistic given that statistic's source, name, and current value.

Definition

Namespace: Gemstone.Timeseries.Statistics
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.175 -- Release Build+6d9fa6c3f1ee5404e2291e24588a1610a2481c36
public class StatisticValueStateCache
Inheritance
Object    StatisticValueStateCache

Constructors

StatisticValueStateCache Creates a new instance of the StatisticValueStateCache.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetDifference Gets the statistical difference between current and previous statistic value.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also