Overload List

  Name Description
Public method Diff(Double, INumExpr)
Creates and returns an expression representing the difference between the value v and the expression e1.
(Inherited from IModeler.)
Public method Diff(Int32, IIntExpr)
Creates and returns an integer expression representing the difference between the value v and the integer expression e1.
(Inherited from IModeler.)
Public method Diff(IIntExpr, IIntExpr)
Creates and returns an integer expression representing the difference between the integer expressions expr1 and expr2.
(Inherited from IModeler.)
Public method Diff(IIntExpr, Int32)
Creates and returns an integer expression representing the difference between integer expression e and value v.
(Inherited from IModeler.)
Public method Diff(INumExpr, INumExpr)
Creates and returns an expression representing the difference between the expressions e1 and e2.
(Inherited from IModeler.)
Public method Diff(INumExpr, Double)
Creates and returns an expression representing the difference between expression e and value v.
(Inherited from IModeler.)

See Also