ILOG CPLEX .NET Reference Manual

Cplex.GetMax Method (DoubleParam)

Returns the maximum allowed value for a double parameter.

public virtual double GetMax(
   DoubleParam which
);

Parameters

which
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.

See Also

Cplex Class | ILOG.CPLEX Namespace | Cplex.GetMax Overload List