Creates and returns the new expression e1 ^ e2c>.

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

Syntax

C#
public virtual INumExpr Power(
	INumExpr e1,
	INumExpr e2
)

Remarks

e1 is constrained to be greater than 0 (zero). If e2 is 0 (zero), the expression will take the value 1 (one).

See Also