SliceQueryWhere Method (FuncKeyValuePairObject, IAggregator, Boolean)

NReco.PivotData Class Library Documentation
Filters data points based on a predicate.

Namespace:  NReco.PivotData
Assembly:  NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax

public SliceQuery Where(
	Func<KeyValuePair<Object[], IAggregator>, bool> predicate
)

Parameters

predicate
Type: SystemFuncKeyValuePairObject, IAggregator, Boolean
a function to test data point for a condition.

Return Value

Type: SliceQuery
See Also

Reference