Gets 64-bit signed, integer-valued information.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
public abstract long GetLongInfo( Cplex..::..Callback..::..Context..::..Info what ) |
| Visual Basic |
|---|
Public MustOverride Function GetLongInfo ( _ what As Cplex..::..Callback..::..Context..::..Info _ ) As Long |
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.