Click or drag to resize

InMemoryPivotProviderAggregate Method

Aggegrate the bucket according to aggregateFunction

Namespace: SanteDB.BI.Services.Impl
Assembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntax
public Object Aggregate(
	IEnumerable<Object> bucket,
	BiAggregateFunction aggregateFunction
)

Parameters

bucket  IEnumerableObject
aggregateFunction  BiAggregateFunction

Return Value

Object

[Missing <returns> documentation for "M:SanteDB.BI.Services.Impl.InMemoryPivotProvider.Aggregate(System.Collections.Generic.IEnumerable{System.Object},SanteDB.BI.Model.BiAggregateFunction)"]

See Also