Aggregator<T, U>.SupportsDirectAggregation Property

Gets whether the aggregator supports computing the aggregation for all groups directly from the group levels.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public virtual bool SupportsDirectAggregation { get; }

Property Value

Boolean

See Also