Click or drag to resize

ITimeSeriesValue Interface

Represents the fundamental binary value 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

The ITimeSeriesValue type exposes the following members.

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