Creates and returns an expression representing the square of the expression e (that is, e * e).

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

Syntax

C#
INumExpr Square(
	INumExpr e
)

Parameters

e
Type: ILOG.Concert..::..INumExpr
An expression to use in the square.

Return Value

An expression representing the product e * e.

See Also