Returns an array containing the totals in each bin in a Histogram.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Function GetTotals As Double()
C#
public double[] GetTotals ()
C++
public:
array<double>^ GetTotals ()

Return Value

A Double array containing the totals in each histogram bin.

Remarks

This method always returns a new array instance. It should not be used inside a loop.