Click or drag to resize
ITimeSeriesPointDecimal Interface
Simple object used instead of Deedle.Series.

Namespace:  C2LibraryBase.Interfaces
Assembly:  C2LibraryBase (in C2LibraryBase.dll) Version: 1.0
Syntax
C#
public interface ITimeSeriesPointDecimal

The ITimeSeriesPointDecimal type exposes the following members.

Properties
  NameDescription
Public propertyDateTime
Gets or sets the date and time.
Public propertyValue
Gets or sets the value.
Top
Remarks
The value type is Decimal.
See Also