ITimeseriesValueT Interface

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

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.170 -- Release Build+f464e1d84dd1e1809e105906771d4406aa28b88d
public interface ITimeseriesValue<T> : ITimeseriesValue
Implements
ITimeseriesValue

Type Parameters

T
Type of the time-series value.

Properties

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

Methods

GetHashCode Get the hash code for the ID.
(Inherited from ITimeseriesValue)

See Also