Creates and returns a new constant expression equal to value.

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

Syntax

C#
public virtual INumExpr Constant(
	double value,
	string name
)

Parameters

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

See Also