| C2SeriesExtension Class |
Namespace: C2LibraryBase.Interfaces
public static class C2SeriesExtension
The C2SeriesExtension type exposes the following members.
| Name | Description | |
|---|---|---|
| AsDecimals |
Converts Series<DateTime, double> to Series<DateTime, decimal>
| |
| AsDoubles |
Converts Series<DateTime, decimal> to Series<DateTime, double>
| |
| ToTable(SeriesDateTime, Decimal) |
Converts Series<DateTime, decimal> to IEnumerable<ITimeSeriesPointDecimal> which is accepted by TABLE.
| |
| ToTable(SeriesDateTime, Double) |
Converts Series<DateTime, double> to IEnumerableSeries<ITimeSeriesPoint> which is accepted by TABLE.
| |
| ToTableDecimal |
Converts Series<DateTime, decimal> to IEnumerable<ITimeSeriesPointDecimal> which is accepted by TABLE.
|