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