| C2SeriesExtensionAsDoubles Method |
Converts Series<DateTime, decimal> to Series<DateTime, double>
Namespace:
C2LibraryBase.Interfaces
Assembly:
C2LibraryBase (in C2LibraryBase.dll) Version: 1.0
Syntax public static Series<DateTime, double> AsDoubles(
this Series<DateTime, decimal> series
)
Parameters
- series
- Type: DeedleSeriesDateTime, Decimal
Series<DateTime, decimal> series
Return Value
Type:
SeriesDateTime,
DoubleSeries<DateTime, double>
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
SeriesDateTime,
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