Overload List
| Name | Description | |
|---|---|---|
| Diff(Double, INumExpr) |
Creates and returns a numeric expression representing the
difference between a value and a numeric expression.
| |
| Diff(Int32, IIntExpr) |
Creates and returns an expression representing
the difference between a value and an integer expression.
| |
| Diff(IIntExpr, IIntExpr) |
Creates and returns an expression representing
the difference between two integer expressions.
| |
| Diff(IIntExpr, Int32) |
Creates and returns an integer expression representing the
difference between an integer expression and an integer value.
| |
| Diff(INumExpr, INumExpr) |
Creates and returns a numeric expression representing the
difference between two numeric expressions.
| |
| Diff(INumExpr, Double) |
Creates and returns a numeric expression representing the
difference between a numeric expression and a value.
|