Overload List

  NameDescription
Public methodDiff(Double, INumExpr)
Creates and returns an expression representing the difference between the value v and the expression e1.
Public methodDiff(Int32, IIntExpr)
Creates and returns an integer expression representing the difference between the value v and the integer expression e1.
Public methodDiff(IIntExpr, IIntExpr)
Creates and returns an integer expression representing the difference between the integer expressions expr1 and expr2.
Public methodDiff(IIntExpr, Int32)
Creates and returns an integer expression representing the difference between integer expression e and value v.
Public methodDiff(INumExpr, INumExpr)
Creates and returns an expression representing the difference between the expressions e1 and e2.
Public methodDiff(INumExpr, Double)
Creates and returns an expression representing the difference between expression e and value v.

See Also