Interval<T>.LowerBound Property

Gets the lower bound of the interval.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public T LowerBound { get; }

Property Value

T
The lower bound of the interval.

See Also