Gets the lower bound of the interval.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public T LowerBound { get; }
Public ReadOnly Property LowerBound As T
Get
public:
property T LowerBound {
T get ();
}
member LowerBound : 'T with get
Property Value
Type:
TThe lower bound of the interval.
Reference