Initializing help system before first use

getRHS Method

Retrieves the right hand side value of a constraint.

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

Return Value

Type:  Double
The double RHS value on success, 0 otherwise.
Examples
xbgoalobj.cs in the Advanced examples folder.
See Also