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, Decimal
)
Converts Series<DateTime, decimal> to IEnumerable<ITimeSeriesPointDecimal> which is accepted by TABLE.
Namespace:
C2LibraryBase.Interfaces
Assembly:
C2LibraryBase (in C2LibraryBase.dll) Version: 1.0
Syntax
C#
Copy
public
static
IEnumerable
<
ITimeSeriesPointDecimal
>
ToTable
(
this
Series
<
DateTime
,
decimal
>
series
)
Parameters
series
Type:
Deedle
Series
DateTime
,
Decimal
Series<DateTime, decimal>
Return Value
Type:
IEnumerable
ITimeSeriesPointDecimal
IEnumerable<ITimeSeriesPointDecimal>
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Series
DateTime
,
Decimal
. 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