ITimeseriesValue Interface

Represents the fundamental binary value interface for a time-series value.

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.169 -- Release Build+82545fa6ae2add30278022168cd357b1ff6488b5
public interface ITimeseriesValue

Properties

ID Gets or sets the Guid based signal ID of this ITimeseriesValueT.
Timestamp Gets or sets exact timestamp, in ticks, of the data represented by this ITimeseriesValueT.
Value Gets or sets the raw value of this ITimeseriesValueT.

Methods

GetHashCode Get the hash code for the ID.

See Also