Filters data points based on a predicate.
Namespace:
NReco.PivotData
Assembly:
NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
public SliceQuery Where(
Func<KeyValuePair<Object[], IAggregator>, bool> predicate
)
Public Function Where (
predicate As Func(Of KeyValuePair(Of Object(), IAggregator), Boolean)
) As SliceQuery
public:
SliceQuery^ Where(
Func<KeyValuePair<array<Object^>^, IAggregator^>, bool>^ predicate
)
member Where :
predicate : Func<KeyValuePair<Object[], IAggregator>, bool> -> SliceQuery
Parameters
- predicate
- Type: SystemFuncKeyValuePairObject, IAggregator, Boolean
a function to test data point for a condition.
Return Value
Type:
SliceQuery
Reference