Gets the lower bound of the interval with the specified index.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Function GetLowerBound ( _ index As Integer _ ) As Double |
| C# |
|---|
public double GetLowerBound ( int index ) |
| C++ |
|---|
public: double GetLowerBound ( int index ) |
Parameters
- index (System.Int32)
- A zero-based index.
Return Value
The DateTime that is the lower bound of the interval with index index.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index |