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