Initializing help system before first use

getLim Method

Retrieve the variable's integer limit for a partial integer or semi-continuous variable.

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

Return Value

Type:  Double
The variable's limit.
Examples
XPRBprob prob = new XPRBprob("NewProb"); XPRBvar var = new XPRBvar("Variable"); double vLim; ... vLim = var.getLim();
See Also