StatisticValueState Class

Represents an object that can track the current and previous state of a statistic and get the difference between them.

Definition

Namespace: Gemstone.Timeseries.Statistics
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.128 -- Release Build+e2476c52e94864f123f37e60764c948e49eb89eb
public class StatisticValueState : ObjectState<double>
Inheritance
Object    ObjectStateDouble    StatisticValueState

Constructors

StatisticValueState Creates a new StatisticValueState.

Properties

CurrentState Gets or sets the current state of the object.
(Inherited from ObjectStateDouble)
ObjectName Gets or sets a text label for the object whose state is being tracked.
(Inherited from ObjectStateDouble)
PreviousState Gets or sets the previous state of the object.
(Inherited from ObjectStateDouble)

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