Creates and returns the new expression e1 ^ e2c>.

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

Syntax

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

Parameters

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

Remarks

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

See Also