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

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

Syntax

C#
public LongParam(
	int val,
	string name
)
Visual Basic
Public Sub New ( _
	val As Integer, _
	name As String _
)

Parameters

val
Type: System..::..Int32
name
Type: System..::..String

See Also