Returns the current value of a Boolean parameter.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public virtual bool GetParam( Cplex..::..BooleanParam which ) |
| Visual Basic |
|---|
Public Overridable Function GetParam ( _ which As Cplex..::..BooleanParam _ ) As Boolean |
Parameters
- which
- Type: ILOG.CPLEX..::..Cplex..::..BooleanParam
The identifier of the Boolean parameter to be queried.
Return Value
The current value of the Boolean parameter.
Remarks
ILOG.Concert.Exception If the method fails, an exception
of type ILOG.Concert.Exception, or
one of its derived classes, is thrown.