public interface ITimeseriesValue<T> : ITimeseriesValue
Public Interface ITimeseriesValue(Of T)
Inherits ITimeseriesValuegeneric<typename T>
public interface class ITimeseriesValue : ITimeseriesValue| 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. |
| GetHashCode |
Get the hash code for the ID.
(Inherited from ITimeseriesValue) |