Aggregators.Sum Property

Gets an aggregator that computes the sum and returns the result as a Double.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static AggregatorGroup<double> Sum { get; }

Property Value

AggregatorGroup<Double>

See Also