ILOG CPLEX .NET Reference Manual

Cplex.ParameterSet.GetParam Method

Returns the current value of a Boolean parameter.

Overload List

Returns the current value of a Boolean parameter.

public virtual bool GetParam(BooleanParam);

Returns the current value of a double parameter.

public virtual double GetParam(DoubleParam);

Returns the current value of an integer parameter.

public virtual int GetParam(IntParam);

Returns the current value of a string parameter.

public virtual string GetParam(StringParam);

See Also

Cplex.ParameterSet Class | ILOG.CPLEX Namespace