Difference between revisions of "Product"

 
(see also)
Line 6: Line 6:
  
 
  Product( X : Array[I] ; I : Index )
 
  Product( X : Array[I] ; I : Index )
 +
 +
= See Also =
 +
 +
* [[CumProduct]]
 +
* [[Sum]]

Revision as of 22:30, 31 January 2007


Returns the product of all of the elements of X, along the dimension indexed by I.

Declaration

Product( X : Array[I] ; I : Index )

See Also

Comments


You are not allowed to post comments.