getRangeL Method
  Retrieves the lower constraint range. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.13.0
 Syntax
Syntax
 Examples
Examples
  XPRBprob prob = new XPRBprob("NewProb"); XPRBctr ctr = prob.newCtr("Constraint1"); double loRng; ... loRng = ctr.getRangeL(); 
 See Also
See Also
 
