Aggregators.Sum Property

Gets an aggregator that computes the sum. The result is returned as a value of the same type.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public static TypePreservingAggregatorGroup Sum { get; }

Property Value

TypePreservingAggregatorGroup

See Also