Click or drag to resize
SeriesK, VWhereOptional Method
[category:Projection and filtering]

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

Parameters

f
Type: SystemFuncKeyValuePairK, OptionalValueV, Boolean

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

Return Value

Type: SeriesK, V

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

See Also