Initializing help system before first use

getIndicator Method

Get the indicator type of a constraint.

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

Return Value

Type:  Int32
The constraint type:
  • -1 - Indicator constraint with condition b=0.
  • 0 - Ordinary constraint.
  • 1 - Indicator constraint with condition b=1.
See Also