Interval Index<T>.Get Lower Bound Method
Gets the lower bound of the interval with the specified index.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The DateTime that is the lower bound of the interval with index index.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public T GetLowerBound(
int index
)
Parameters
- index Int32
- A zero-based index.
Return Value
TThe DateTime that is the lower bound of the interval with index index.
Exceptions
Argument | index is less than zero or greater than or equal to Length. |