Interval<T>.Lower Bound Property
Gets the lower bound of the interval.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The lower bound of the interval.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public T LowerBound { get; }
Property Value
TThe lower bound of the interval.