BinaryAggregator<T1, T2, TResult>.SupportsDirectAggregation Property

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

Definition

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

Property Value

Boolean

See Also