  | InMemoryPivotProviderAggregate Method  | 
 
            Aggegrate the bucket according to aggregateFunction
 
    Namespace: 
   SanteDB.BI.Services.Impl
    Assembly:
   SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.481-alpha
Syntaxpublic Object Aggregate(
	IEnumerable<Object> bucket,
	BiAggregateFunction aggregateFunction
)
Public Function Aggregate ( 
	bucket As IEnumerable(Of Object),
	aggregateFunction As BiAggregateFunction
) As Object
public:
Object^ Aggregate(
	IEnumerable<Object^>^ bucket, 
	BiAggregateFunction aggregateFunction
)
member Aggregate : 
        bucket : IEnumerable<Object> * 
        aggregateFunction : BiAggregateFunction -> Object 
Parameters
- bucket
 - Type: System.Collections.GenericIEnumerableObject
 - aggregateFunction
 - Type: SanteDB.BI.ModelBiAggregateFunction
 
Return Value
Type: 
Object[Missing <returns> documentation for "M:SanteDB.BI.Services.Impl.InMemoryPivotProvider.Aggregate(System.Collections.Generic.IEnumerable{System.Object},SanteDB.BI.Model.BiAggregateFunction)"]
See Also