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: System.String
name of the measure that describes formula value meaning - formulaValue
- Type: System.Func<IAggregator[], Object>
delegate that calculates formula value - parentMeasureIndexes
- Type:System.Int32[]
indexes of existing measures used as formula parameters
Return Value
Type: SliceQuerySee Also