Creates and returns the new expression exp(e).

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

Syntax

C#
public virtual INumExpr Exponent(
	INumExpr e
)
Visual Basic
Public Overridable Function Exponent ( _
	e As INumExpr _
) As INumExpr

See Also