 | ITimeSeriesPoint Interface |
Simple object used instead of Deedle.Series.
Namespace:
C2LibraryBase.Interfaces
Assembly:
C2LibraryBase (in C2LibraryBase.dll) Version: 1.0
Syntaxpublic interface ITimeSeriesPoint
The ITimeSeriesPoint type exposes the following members.
Properties
| Name | Description |
---|
 | DateTime |
Gets or sets the date and time.
|
 | Value |
Gets or sets the value.
|
Top
RemarksThe value type is Double.
See Also