Creates and returns a new constant expression equal to value.

Namespace: ILOG.CP
Assembly: ILOG.CP (in ILOG.CP.dll)

Syntax

C#
public virtual INumExpr Constant(
	double value,
	string name
)
Visual Basic
Public Overridable Function Constant ( _
	value As Double, _
	name As String _
) As INumExpr

Parameters

value
Type: System..::..Double
name
Type: System..::..String

See Also