Note: This API is now obsolete.
Gets the sum of all bin values.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
[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.
Numerical Libraries
Obsolete (compiler warning) in 6.0
Reference