Overload List

  NameDescription
Public methodDiff(Double, INumExpr)
Creates and returns a numeric expression representing the difference between a value and a numeric expression.
Public methodDiff(Int32, IIntExpr)
Creates and returns an expression representing the difference between a value and an integer expression.
Public methodDiff(IIntExpr, IIntExpr)
Creates and returns an expression representing the difference between two integer expressions.
Public methodDiff(IIntExpr, Int32)
Creates and returns an integer expression representing the difference between an integer expression and an integer value.
Public methodDiff(INumExpr, INumExpr)
Creates and returns a numeric expression representing the difference between two numeric expressions.
Public methodDiff(INumExpr, Double)
Creates and returns a numeric expression representing the difference between a numeric expression and a value.

See Also