LowerBound Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Lower bound (left hand side) of this constraint.

Namespace: Optimization
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
public double LowerBound { get; set; }
Visual Basic
Public Property LowerBound As Double
	Get
	Set
Visual C++
public:
property double LowerBound {
	double get ();
	void set (double value);
}

Field Value

See Also