AggregatorExtensionsAsComposite Method

NReco.PivotData Class Library Documentation
Returns the IAggregator as CompositeAggregator instance.

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

public static CompositeAggregator AsComposite(
	this IAggregator aggr
)

Parameters

aggr
Type: NReco.PivotDataIAggregator

Return Value

Type: CompositeAggregator

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IAggregator. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks

This method is useful for accessing atomic and composite aggregators in the same way.
See Also

Reference