Creates and returns a new constant expression equal to x.

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

Syntax

C#
IIntExpr Constant(
	int x
)

Parameters

x
Type: System..::..Int32
The value of the constant expression.

Return Value

The constant expression.

See Also