Creates and returns the integer division e1 / e2.

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

Syntax

C#
public virtual IIntExpr Div(
	int e1,
	IIntExpr e2
)

Parameters

e1
Type: System..::..Int32
e2
Type: ILOG.Concert..::..IIntExpr

See Also