Gets double-precision valued information.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public abstract double GetDoubleInfo( Cplex..::..Callback..::..Context..::..Info what ) |
| Visual Basic |
|---|
Public MustOverride Function GetDoubleInfo ( _ what As Cplex..::..Callback..::..Context..::..Info _ ) As Double |
Parameters
- what
- Type: ILOG.CPLEX..::..Cplex..::..Callback..::..Context..::..Info
The information to be queried.
Return Value
the requested information.
Remarks
See the documentation of Info for details about information that can be queried.
Throws ILOG.Concert.Exception if an error occurs.