Note: This API is now obsolete.
Returns an array containing the totals in each bin in a histogram.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
[ObsoleteAttribute("The histogram is already a vector of double.")]
public Vector<double> GetTotals()
<ObsoleteAttribute("The histogram is already a vector of double.")>
Public Function GetTotals As Vector(Of Double)
public:
[ObsoleteAttribute(L"The histogram is already a vector of double.")]
Vector<double>^ GetTotals()
[<ObsoleteAttribute("The histogram is already a vector of double.")>]
member GetTotals : unit -> Vector<float>
Return Value
Type:
VectorDoubleA
Double array containing the totals in each histogram bin.
This method always returns a new array instance. It should not be used inside a loop.
Numerical Libraries
Obsolete (compiler warning) in 6.0
Reference