Implementation of the ITimeValueEntry<(Of <(T>)>) interface.
| C# | Visual Basic |
public class TimeValueEntry<T> : ITimeValueEntry<T>
Public Class TimeValueEntry(Of T) _ Implements ITimeValueEntry(Of T)
- T
- Type which is contained at each point in the data series.
| All Members | Constructors | Properties | |||
| Icon | Member | Description |
|---|---|---|
| TimeValueEntry<(Of <(T>)>)(UInt16, T) |
Construct an instance of the TimeValueEntry object.
| |
| ElapsedSeconds |
The elapsed time of the data point.
| |
| Value |
The value of the data point.
|
| Object | |
| TimeValueEntry<(Of <(T>)>) | |