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