Overload List

  NameDescription
Public methodProd(Double, INumExpr)
Creates and returns an expression representing the product of a value and a numeric expression.
Public methodProd(Int32, IIntExpr)
Creates and returns an integer expression representing the product of a value and an integer expression.
Public methodProd(IIntExpr, IIntExpr)
Creates and returns an expression representing the product of two integer expressions.
Public methodProd(IIntExpr, Int32)
Creates and returns an expression representing the product of an integer expression and a value.
Public methodProd(INumExpr, INumExpr)
Creates and returns an expression representing the product of two numeric expressions.
Public methodProd(INumExpr, Double)
Creates and returns an expression representing the product of a numeric expression and a value.
Public methodProd(Double, INumVar, INumVar)
Creates and returns an expression representing the product of a value and two numeric variables.
Public methodProd(INumVar, INumVar, Double)
Creates and returns an expression representing the product of two numeric variables and a value.
Public methodProd(INumVar, Double, INumVar)
Creates and returns an expression representing the product of a numeric variable, a value, and another numeric variable.

See Also