Click or drag to resize
C2SeriesExtensionAsDecimals Method
Converts Series<DateTime, double> to Series<DateTime, decimal>

Namespace:  C2LibraryBase.Interfaces
Assembly:  C2LibraryBase (in C2LibraryBase.dll) Version: 1.0
Syntax
C#
public static Series<DateTime, decimal> AsDecimals(
	this Series<DateTime, double> series
)

Parameters

series
Type: DeedleSeriesDateTime, Double
Series<DateTime, double> series

Return Value

Type: SeriesDateTime, Decimal
Series<DateTime, decimal>

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type SeriesDateTime, 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