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.230-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 ITimeSeriesValue<T>.
Public propertyTimestamp Gets or sets exact timestamp, in ticks, of the data represented by this ITimeSeriesValue<T>.
Public propertyValue Gets or sets the raw value of this ITimeSeriesValue<T>.
Top
Methods
 NameDescription
Public methodGetHashCode Get the hash code for the ID.
Top
See Also