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

Namespace: ILOG.Concert
Assembly: ILOG.Concert (in ILOG.Concert.dll) Version: 22.1.0.0

Syntax

C#
INumExpr Square(
	INumExpr e
)
Visual Basic
Function Square ( _
	e As INumExpr _
) As INumExpr

Parameters

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

Return Value

An expression representing the product e * e.

See Also