该帮助的版本不再更新,请参见https://www.jmp.com/support/help/zh-cn/15.2 获取最新的版本.


The Product() function is similar to Summation() except that it multiplies the body results rather than adding them. The syntax is the same as for Summation(). For example:
p = Product( i = 1, 5 , i );
In this example, the initial value of i is 1, the upper limit is 5, then all integer values of i up to 5 are multiplied.