Click or drag to resize
SeriesStatsExtensionsSumK Method
Returns the sum of the elements of the series of float values. [category:Statistics]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static double Sum<K>(
	this Series<K, double> series
)

Parameters

series
Type: DeedleSeriesK, Double

[Missing <param name="series"/> documentation for "M:Deedle.SeriesStatsExtensions.Sum``1(Deedle.Series{``0,System.Double})"]

Type Parameters

K

Return Value

Type: Double

[Missing <returns> documentation for "M:Deedle.SeriesStatsExtensions.Sum``1(Deedle.Series{``0,System.Double})"]

Usage Note

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