Histogram<T>.Total Value Property
Gets the sum of all bin values.
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The sum of all bin values.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
[ObsoleteAttribute("Use the Sum() method instead.")]
public double TotalValue { get; }
Property Value
DoubleThe sum of all bin values.