getRange Method
  Retrieves the constraint range. 
Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.13.0
 Syntax
Syntax
Parameters
- lw
- 
   Type: 
   SystemDouble
   
   
 The out double which will contain the low range value.
- up
- 
   Type: 
   SystemDouble
   
   
 The out double which will contain the upper range value.
Return Value
Type: Int320 on success
 Examples
Examples
  XPRBprob prob = new XPRBprob("NewProb"); XPRBctr ctr = prob.newCtr("Constraint1"); double loRng, hiRng; ... int returned = ctr.getRange(out loRng, out hiRng); 
 See Also
See Also
 
