Gets the upper bound of the interval with the specified index.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| Visual Basic (Declaration) |
Public Function GetUpperBound ( _
index As Integer _
) As Double
|
| Visual C++ |
public:
double GetUpperBound(
int index
)
|
| F# |
member GetUpperBound :
index:int -> float
|
Return Value
The
DateTime that is the upper bound of the interval with index
index.
Exceptions
See Also