Finds the HistogramBin corresponding
to the given value.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function FindBin ( _ value As Double _ ) As HistogramBin |
| C# |
|---|
public HistogramBin FindBin ( double value ) |
| C++ |
|---|
public: HistogramBin^ FindBin ( double value ) |
Parameters
- value (System.Double)
- The value to find.
Return Value
A HistogramBin structure that contains the given value, or Empty if if the value is out of bounds.
Remarks
Use this method to find the HistogramBin that contains the
specified value.