Overview | Group | Tree | Graph | Index | Concepts |
This overloaded C++ operator returns an expression equal to the difference of its arguments. Its arguments may be numeric values, numeric variables, or other expressions.
This operator creates and returns a function equal to the difference
between functions f1
and f2
. The argument
functions f1
and f2
must be defined on the same
interval. The resulting function is defined on the same interval as the
arguments. See also: IloNumToNumStepFunction
.