| Overview | Group | Tree | Graph | Deprecated | Index | Concepts |
This arithmetic operator divides its first argument by its second. It has been overloaded to handle constrained expressions appropriately. The domain of the resulting expression is computed from the domains of the combined expressions as you would expect. If the domains of the dividend and divisor include 0 (zero), then 0/0 is supported; it does not constrain the resulting expression.
This arithmetic operator divides its first argument by its second. It has been overloaded to handle constrained expressions appropriately. The domain of the resulting expression is computed from the domains of the combined expressions as you would expect. If the domains of the dividend and divisor include 0 (zero), then 0/0 is supported; it does not constrain the resulting expression.
See Also:
This overloaded C++ operator returns an expression equal to the quotient of its arguments. Its arguments may be numeric values or numeric variables. For integer division, use IloDiv.