Define formula measure.
Namespace: NReco.PivotData
Assembly: NReco.PivotData (in NReco.PivotData.dll) Version: 1.4.1
Syntax
public SliceQuery Measure( string measureName, Func<IAggregator[], Object> formulaValue, int[] parentMeasureIndexes )
Parameters
- measureName
- Type: SystemString
name of the measure that describes formula value meaning - formulaValue
- Type: SystemFuncIAggregator, Object
delegate that calculates formula value - parentMeasureIndexes
- Type: SystemInt32
indexes of existing measures used as formula parameters
Return Value
Type: SliceQuerySee Also