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