Creates and returns an integer expression representing the difference between the integer expressions expr1
and expr2
.
Creates and returns an integer expression representing the difference between the integer expressions expr1
and expr2
.
IIntExpr Diff(IIntExpr,IIntExpr);
Creates and returns an integer expression representing the difference between integer expression e
and value v
.
IIntExpr Diff(IIntExpr,int);
Creates and returns an expression representing the difference between the expressions e1
and e2
.
INumExpr Diff(INumExpr,INumExpr);
Creates and returns an expression representing the difference between expression e
and value v
.
INumExpr Diff(INumExpr,double);
Creates and returns an expression representing the difference between the value v
and the expression e1
.
INumExpr Diff(double,INumExpr);
Creates and returns an integer expression representing the difference between the value v
and the integer expression e1
.
IIntExpr Diff(int,IIntExpr);