Creates and returns the integer division e1 / e2.

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

Syntax

C#
public virtual IIntExpr Div(
	IIntExpr e1,
	IIntExpr e2
)
Visual Basic
Public Overridable Function Div ( _
	e1 As IIntExpr, _
	e2 As IIntExpr _
) As IIntExpr

See Also