Cell.Sum Property

Gets the sum of all non-empty data values.

Definition

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public double Sum { get; }

Property Value

Double
The sum of all non-empty data values.

See Also