IAggregatorMerge Method

NReco.PivotData Class Library Documentation
Modifies current instance of aggregator by merging with specified compatible aggregator

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

void Merge(
	IAggregator aggr
)

Parameters

aggr
Type: NReco.PivotDataIAggregator
compatible aggregator to merge (should have the same type)
See Also

Reference