Gets the upper bound of the interval with the specified index.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public T GetUpperBound(
int index
)
Public Function GetUpperBound (
index As Integer
) As T
public:
T GetUpperBound(
int index
)
member GetUpperBound :
index : int -> 'T
Parameters
- index
- Type: SystemInt32
A zero-based index.
Return Value
Type:
TThe
DateTime that is the upper bound of the interval with index
index.
Reference