Times Operator (Solver Foundation)

Computes the product of the arguments.

Times[args]
a * b * ... * z

Example

Times[x, y, 2] == z
x * y * 2 == z

If the number of arguments is zero, the result is one.

See Also

Concepts

Optimization Modeling Language (OML)