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

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

Syntax

C#
public DoubleParameter(
	Cplex..::..DoubleParam key,
	double value
)
Visual Basic
Public Sub New ( _
	key As Cplex..::..DoubleParam, _
	value As Double _
)

Parameters

key
Type: ILOG.CPLEX..::..Cplex..::..DoubleParam
value
Type: System..::..Double

See Also