Gets the lower bound of the interval with the specified index.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
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.
Numerical Libraries
Supported in: 6.0
Reference