Creates and returns the new expression e1 ^ e2c>.

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

Syntax

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

Parameters

e1
Type: ILOG.Concert..::..INumExpr
e2
Type: System..::..Double

Remarks

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

See Also