Sets the lower bounds on the variables.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public void SetXlowerBound( double[] lower ) |
Visual Basic (Declaration) |
---|
Public Sub SetXlowerBound ( _ lower As Double() _ ) |
Visual C++ |
---|
public: void SetXlowerBound( array<double>^ lower ) |
Parameters
- lower
- Type: array<
System..::.Double
>[]()[]
A double array specifying the lower bounds on the variables.
Remarks
By default, the elements of this array are set to -1.79e308.