Multiply two or more input values. Any value that doesn't evaluate to a number is ignored. If no values evaluate to a number, then returns null.
There is no pre-defined limit to the number of input variables (though there may be a practical limit).  
In the example below (2x3x5), 2x3= 6 and then 6x5=30. So, the result (product) is 30.