Value Property

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Gets or sets the value for this variable. This field can be used to assign solution values from a solver to the variables in the original model.

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

Syntax

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

Field Value

The value.

See Also