Click or drag to resize
SeriesStatsExtensionsMinK, V Method
Returns the smallest of all elements of the series. [category:Statistics]

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

Parameters

series
Type: DeedleSeriesK, V

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

Type Parameters

K
V

Return Value

Type: V

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

Usage Note

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