Gets or sets the lower bound of the variable.
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public double LowerBound { get; set; }
Public Property LowerBound As Double
Get
Set
public:
property double LowerBound {
double get ();
void set (double value);
}
member LowerBound : float with get, set
Property Value
Type:
Double
The default is zero. To make the variable unbounded from below, set the property
to NegativeInfinity.
Reference