Gets the lower bound of the histogram bin.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property LowerBound As Double |
| C# |
|---|
public double LowerBound { get; } |
| C++ |
|---|
public: double LowerBound { double get (); } |
Value
The lower bound of the histogram bin.
Exceptions
| Exception | Condition |
|---|---|
| InvalidOperationException | This instance is the Empty bin. |