MinConNLPSetXlowerBound Method |
Sets the lower bounds on the variables.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void SetXlowerBound(
double[] lower
)
Public Sub SetXlowerBound (
lower As Double()
)
public:
void SetXlowerBound(
array<double>^ lower
)
member SetXlowerBound :
lower : float[] -> unit
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