DenseLPSetUpperLimit Method |
Sets the upper limit of the constraints.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public void SetUpperLimit(
double[] upperLimit
)
Public Sub SetUpperLimit (
upperLimit As Double()
)
public:
void SetUpperLimit(
array<double>^ upperLimit
)
member SetUpperLimit :
upperLimit : float[] -> unit
Parameters
- upperLimit
- Type: SystemDouble
A double array containing the upper limit, , of the constraints that have both the lower and the
upper bounds.
See Also