CALC.sumproduct(2DArray)

Multiplies corresponding components in the given arrays and returns the sum of those products. 2Darray is the array of arrays which are to be multiplied.

Example

CALC.sumproduct([[1,2,3],[2,1,2],[3,3,1]]);

// returns 18

<< CALC.sumif(Array1, ConditionString, array2) © 1996-2013 InetSoft Technology Corporation (v11.5) CALC.sumsq(Array) >>