Get the indicator type of a constraint.
Namespace:
BCL
Assembly: xprbdn (in xprbdn.dll) Version: 37.1.1.0
Syntax
public int getIndicator()
Public Function getIndicator As Integer
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