Note: This API is now obsolete.
Returns an array containing the totals in each bin in a histogram.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
[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.
Reference