Initializing help system before first use

getRangeL Method

Retrieves the lower constraint range.

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

Return Value

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