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