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