Initializing help system before first use

getRangeU Method

Retrieves the upper constraint range.

Namespace:   BCL
Assembly:  xprbdn (in xprbdn.dll) Version: 4.8.14.0
Syntax
C#
VB
public double getRangeU()

Return Value

Type:  Double
The upper constraint range.
Examples
XPRBprob prob = new XPRBprob("NewProb"); XPRBctr ctr = prob.newCtr("Constraint1"); double hiRng; ... hiRng = ctr.getRangeU();
See Also