Initializes a new instance of the FormulaAggregatorFactory class
Namespace: NReco.PivotData
Assembly: NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax
public FormulaAggregatorFactory( string name, Func<IAggregator[], Object> formulaValue, IAggregatorFactory[] aggrFactories )
Parameters
- name
- Type: SystemString
- formulaValue
- Type: SystemFuncIAggregator, Object
- aggrFactories
- Type: NReco.PivotDataIAggregatorFactory
See Also