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