<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > STAT (Statistical module) > Stat_Product |
Description
Returns the product of all elements inside ArrayVariable array.
Syntax
n = STAT_Product(ArrayVariable)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
ArrayVariable |
Numeric Array |
No |
|
Remarks
This function will expect the name of a predefined array with all the necessary data already loaded.
Restrictions
See also
Examples