MathProduct

Returns the product of array elements.

double  MathProduct(
   const double&  array[]   // array of values
   )

Parameters

array[]

[in] Array of values. 

Return Value

The product of the elements.