Creates and returns the new expression e1 / e2.

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

Syntax

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

Parameters

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

See Also