Collective2 Explorer
Collective2 Explorer
Namespaces
C2LibraryBase.Interfaces
C2SeriesExtension Class
C2SeriesExtension Methods
ToTable Method
ToTable Method (Series(DateTime, Decimal))
ToTable Method (Series(DateTime, Double))
C2SeriesExtension
ToTable Method (Series
DateTime, Double
)
Converts Series<DateTime, double> to IEnumerableSeries<ITimeSeriesPoint> which is accepted by TABLE.
Namespace:
C2LibraryBase.Interfaces
Assembly:
C2LibraryBase (in C2LibraryBase.dll) Version: 1.0
Syntax
C#
Copy
public
static
IEnumerable
<
ITimeSeriesPoint
>
ToTable
(
this
Series
<
DateTime
,
double
>
series
)
Parameters
series
Type:
Deedle
Series
DateTime
,
Double
Series<DateTime, double>
Return Value
Type:
IEnumerable
ITimeSeriesPoint
IEnumerable<ITimeSeriesPoint>
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Series
DateTime
,
Double
. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic)
or
Extension Methods (C# Programming Guide)
.
See Also
Reference
C2SeriesExtension Class
ToTable Overload
C2LibraryBase.Interfaces Namespace