Click or drag to resize
MinConNLPSetXlowerBound Method
Sets the lower bounds on the variables.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public void SetXlowerBound(
	double[] lower
)

Parameters

lower
Type: SystemDouble
A double array specifying the lower bounds on the variables.
Remarks
By default, the elements of this array are set to -1.79e308.
See Also