Returns an expression representing the absolute value of its argument, the expression specified by expr.

Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0

Syntax

C#
public virtual IIntExpr Abs(
	IIntExpr expr
)
Visual Basic
Public Overridable Function Abs ( _
	expr As IIntExpr _
) As IIntExpr

Parameters

expr
Type: ILOG.Concert..::..IIntExpr

Implements

IModeler..::..Abs(IIntExpr)

See Also