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.
(Inherited from IModeler.)
Public method Prod(Int32, IIntExpr)
Creates and returns the new expression v * e.
(Inherited from IModeler.)
Public method Prod(IIntExpr, IIntExpr)
Creates and returns the new expression e1 * e2.
(Inherited from IModeler.)
Public method Prod(IIntExpr, Int32)
Creates and returns the new expression e * v.
(Inherited from IModeler.)
Public method Prod(INumExpr, INumExpr)
Creates and returns an expression representing the product of the expressions expr1 and expr2.
(Inherited from IModeler.)
Public method Prod(INumExpr, Double)
Creates and returns an expression representing the product of the expression e and the value v.
(Inherited from IModeler.)
Public method Prod(Double, INumVar, INumVar)
Creates and returns an expression representing the product of the value val, the variablevar1, and the variable var2.
(Inherited from IModeler.)
Public method Prod(INumVar, INumVar, Double)
Creates and returns an expression representing the product of the variablevar1, the variable var2, and the value val,
(Inherited from IModeler.)
Public method Prod(INumVar, Double, INumVar)
Creates and returns an expression representing the product of the variablevar1, the value val, and the variable var2.
(Inherited from IModeler.)

See Also