Click or drag to resize
SeriesK, VWhere Method (FuncKeyValuePairK, V, Boolean)
[category:Projection and filtering]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public Series<K, V> Where(
	Func<KeyValuePair<K, V>, bool> f
)

Parameters

f
Type: SystemFuncKeyValuePairK, V, Boolean

[Missing <param name="f"/> documentation for "M:Deedle.Series`2.Where(System.Func{System.Collections.Generic.KeyValuePair{`0,`1},System.Boolean})"]

Return Value

Type: SeriesK, V

[Missing <returns> documentation for "M:Deedle.Series`2.Where(System.Func{System.Collections.Generic.KeyValuePair{`0,`1},System.Boolean})"]

See Also