Note: This API is now obsolete.
Gets the sum of all bin values.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
[ObsoleteAttribute("Use the Sum() method instead.")]
public double TotalValue { get; }
<ObsoleteAttribute("Use the Sum() method instead.")>
Public ReadOnly Property TotalValue As Double
Get
public:
[ObsoleteAttribute(L"Use the Sum() method instead.")]
property double TotalValue {
double get ();
}
[<ObsoleteAttribute("Use the Sum() method instead.")>]
member TotalValue : float with get
Property Value
Type:
DoubleThe sum of all bin values.
Reference