Initializing help system before first use

getRHS Method

Retrieve the RHS of the current XPRBcut.

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

Return Value

Type:  Double
The double value which correspond to the RHS of the XPRBcut relation.
Examples
XPRBprob prob = new XPRBprob("NewProb"); XPRBcut cut = new XPRBcut(); ... double rhsVal; rhsVal = cut.getRHS();
See Also