Multiplies two variables.
pyMul(arg0, arg1)
Variable 1 to be mutliplied
Variable 2 to be mutliplied
Multiplies the two arguments and returns the result; equivalent to arg1 * arg2. Arguments can be of type int, double, string, bool or python variable.