Creates and returns the integer division e1 / e2.

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

Syntax

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

Parameters

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

See Also