Creates and returns the new expression e^2.

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

Syntax

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

See Also