Overload List
| Name | Description | |
|---|---|---|
| Diff(Double, INumExpr) |
Creates and returns an expression representing the difference
between the value
v and the expression e1.
| |
| Diff(Int32, IIntExpr) |
Creates and returns an integer expression representing the difference
between the value v and the integer expression e1.
| |
| Diff(IIntExpr, IIntExpr) |
Creates and returns an integer expression representing the difference
between the integer expressions expr1
and expr2.
| |
| Diff(IIntExpr, Int32) |
Creates and returns an integer expression representing the difference
between integer expression e and value v.
| |
| Diff(INumExpr, INumExpr) |
Creates and returns an expression representing the difference
between the expressions
e1 and e2.
| |
| Diff(INumExpr, Double) |
Creates and returns an expression representing the
difference between expression
e and value v.
|