Creates and returns the modulo expression e % r.

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

Syntax

C#
public virtual IIntExpr Modulo(
	IIntExpr e,
	int r
)
Visual Basic
Public Overridable Function Modulo ( _
	e As IIntExpr, _
	r As Integer _
) As IIntExpr

Parameters

e
Type: ILOG.Concert..::..IIntExpr
r
Type: System..::..Int32

See Also