Gets an array containing the bounds of the bins in a Histogram.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetBounds As Double() |
| C# |
|---|
public double[] GetBounds () |
| C++ |
|---|
public: array<double>^ GetBounds () |
Return Value
A Double array.
Remarks
This method always returns a new array instance. It should not be used inside a loop.