Creates and returns the new expression e1 / e2.

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

Syntax

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

Parameters

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

See Also