Overload List

  Name Description
Public method Prod(Double, INumExpr)
Creates and returns an expression representing the product of the expression e1 and the value v.
Public method Prod(Int32, IIntExpr)
Creates and returns the new expression v * e.
Public method Prod(IIntExpr, IIntExpr)
Creates and returns the new expression e1 * e2.
Public method Prod(IIntExpr, Int32)
Creates and returns the new expression e * v.
Public method Prod(INumExpr, INumExpr)
Creates and returns an expression representing the product of the expressions expr1 and expr2.
Public method Prod(INumExpr, Double)
Creates and returns an expression representing the product of the expression e and the value v.
Public method Prod(Double, INumVar, INumVar)
Creates and returns an expression representing the product of the value val, the variablevar1, and the variable var2.
Public method Prod(INumVar, INumVar, Double)
Creates and returns an expression representing the product of the variablevar1, the variable var2, and the value val,
Public method Prod(INumVar, Double, INumVar)
Creates and returns an expression representing the product of the variablevar1, the value val, and the variable var2.

See Also