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: System.String
- formulaValue
- Type: System.Func<IAggregator[], Object>
- aggrFactories
- Type:NReco.PivotData.IAggregatorFactory[]
See Also