Initializes a new instance of the Cplex..::..IntParameter class

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
public IntParameter(
	Cplex..::..IntParam key,
	int value
)
Visual Basic
Public Sub New ( _
	key As Cplex..::..IntParam, _
	value As Integer _
)

Parameters

key
Type: ILOG.CPLEX..::..Cplex..::..IntParam
value
Type: System..::..Int32

See Also