LowerBound Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Lower bound of this variable.

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

Syntax

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

See Also