Click or drag to resize

ITimeSeriesValueT Interface

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

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public interface ITimeSeriesValue<T> : ITimeSeriesValue

Type Parameters

T
Type of the time-series value.

The ITimeSeriesValueT type exposes the following members.

Properties
 NameDescription
Public propertyID Gets or sets the Guid based signal ID of this ITimeSeriesValueT.
(Inherited from ITimeSeriesValue)
Public propertyTimestamp Gets or sets exact timestamp, in ticks, of the data represented by this ITimeSeriesValueT.
(Inherited from ITimeSeriesValue)
Public propertyValue Gets or sets the raw typed value of this ITimeSeriesValueT.
Top
Methods
 NameDescription
Public methodGetHashCode Get the hash code for the ID.
(Inherited from ITimeSeriesValue)
Top
See Also