Interval Index<T>.Get Lower Bound Method
Gets the lower bound of the interval with the specified index.
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The DateTime that is the lower bound of the interval with index index.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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.