{ "ns" : "http://zorba.io/modules/excel/math-sumproduct", "description" : " Module implementing the sumproduct functions from Excel 2003 math library.\n There are 30 functions defined, implementing the same function\n but with 1 to 30 parameters.\n Each parameter can be a sequence of infinite length.\n", "sees" : [ "Excel 2003 Documentation: Math-sumproduct Functions" ], "authors" : [ "Daniel Turcanu" ], "version" : null, "encoding" : "utf-8", "namespaces" : [ { "uri" : "http://zorba.io/modules/excel/math-sumproduct", "prefix" : "excel" }, { "uri" : "http://zorba.io/modules/excel/errors", "prefix" : "excel-err" }, { "uri" : "http://zorba.io/modules/excel/math", "prefix" : "excel-math" }, { "uri" : "http://zorba.io/options/versioning", "prefix" : "ver" } ], "functions" : [ { "arity" : 1, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Sums the values in the sequence.\n The sequence can be of any length.\n", "summary" : "

Sums the values in the sequence.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequence of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 10, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*, $array7 as xs:anyAtomicType*, $array8 as xs:anyAtomicType*, $array9 as xs:anyAtomicType*, $array10 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array7", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array8", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array9", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array10", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 11, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*, $array7 as xs:anyAtomicType*, $array8 as xs:anyAtomicType*, $array9 as xs:anyAtomicType*, $array10 as xs:anyAtomicType*, $array11 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array7", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array8", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array9", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array10", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array11", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 12, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*, $array7 as xs:anyAtomicType*, $array8 as xs:anyAtomicType*, $array9 as xs:anyAtomicType*, $array10 as xs:anyAtomicType*, $array11 as xs:anyAtomicType*, $array12 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array7", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array8", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array9", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array10", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array11", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array12", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 13, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*, $array7 as xs:anyAtomicType*, $array8 as xs:anyAtomicType*, $array9 as xs:anyAtomicType*, $array10 as xs:anyAtomicType*, $array11 as xs:anyAtomicType*, $array12 as xs:anyAtomicType*, $array13 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array7", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array8", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array9", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array10", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array11", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array12", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array13", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 14, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*, $array7 as xs:anyAtomicType*, $array8 as xs:anyAtomicType*, $array9 as xs:anyAtomicType*, $array10 as xs:anyAtomicType*, $array11 as xs:anyAtomicType*, $array12 as xs:anyAtomicType*, $array13 as xs:anyAtomicType*, $array14 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array7", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array8", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array9", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array10", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array11", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array12", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array13", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array14", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 15, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*, $array7 as xs:anyAtomicType*, $array8 as xs:anyAtomicType*, $array9 as xs:anyAtomicType*, $array10 as xs:anyAtomicType*, $array11 as xs:anyAtomicType*, $array12 as xs:anyAtomicType*, $array13 as xs:anyAtomicType*, $array14 as xs:anyAtomicType*, $array15 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array7", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array8", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array9", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array10", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array11", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array12", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array13", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array14", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array15", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 16, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*, $array7 as xs:anyAtomicType*, $array8 as xs:anyAtomicType*, $array9 as xs:anyAtomicType*, $array10 as xs:anyAtomicType*, $array11 as xs:anyAtomicType*, $array12 as xs:anyAtomicType*, $array13 as xs:anyAtomicType*, $array14 as xs:anyAtomicType*, $array15 as xs:anyAtomicType*, $array16 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array7", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array8", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array9", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array10", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array11", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array12", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array13", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array14", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array15", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array16", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 17, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*, $array7 as xs:anyAtomicType*, $array8 as xs:anyAtomicType*, $array9 as xs:anyAtomicType*, $array10 as xs:anyAtomicType*, $array11 as xs:anyAtomicType*, $array12 as xs:anyAtomicType*, $array13 as xs:anyAtomicType*, $array14 as xs:anyAtomicType*, $array15 as xs:anyAtomicType*, $array16 as xs:anyAtomicType*, $array17 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array7", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array8", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array9", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array10", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array11", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array12", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array13", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array14", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array15", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array16", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array17", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 18, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*, $array7 as xs:anyAtomicType*, $array8 as xs:anyAtomicType*, $array9 as xs:anyAtomicType*, $array10 as xs:anyAtomicType*, $array11 as xs:anyAtomicType*, $array12 as xs:anyAtomicType*, $array13 as xs:anyAtomicType*, $array14 as xs:anyAtomicType*, $array15 as xs:anyAtomicType*, $array16 as xs:anyAtomicType*, $array17 as xs:anyAtomicType*, $array18 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array7", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array8", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array9", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array10", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array11", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array12", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array13", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array14", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array15", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array16", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array17", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array18", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 19, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*, $array7 as xs:anyAtomicType*, $array8 as xs:anyAtomicType*, $array9 as xs:anyAtomicType*, $array10 as xs:anyAtomicType*, $array11 as xs:anyAtomicType*, $array12 as xs:anyAtomicType*, $array13 as xs:anyAtomicType*, $array14 as xs:anyAtomicType*, $array15 as xs:anyAtomicType*, $array16 as xs:anyAtomicType*, $array17 as xs:anyAtomicType*, $array18 as xs:anyAtomicType*, $array19 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array7", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array8", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array9", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array10", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array11", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array12", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array13", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array14", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array15", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array16", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array17", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array18", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array19", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 2, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 20, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*, $array7 as xs:anyAtomicType*, $array8 as xs:anyAtomicType*, $array9 as xs:anyAtomicType*, $array10 as xs:anyAtomicType*, $array11 as xs:anyAtomicType*, $array12 as xs:anyAtomicType*, $array13 as xs:anyAtomicType*, $array14 as xs:anyAtomicType*, $array15 as xs:anyAtomicType*, $array16 as xs:anyAtomicType*, $array17 as xs:anyAtomicType*, $array18 as xs:anyAtomicType*, $array19 as xs:anyAtomicType*, $array20 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array7", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array8", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array9", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array10", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array11", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array12", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array13", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array14", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array15", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array16", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array17", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array18", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array19", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array20", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 21, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*, $array7 as xs:anyAtomicType*, $array8 as xs:anyAtomicType*, $array9 as xs:anyAtomicType*, $array10 as xs:anyAtomicType*, $array11 as xs:anyAtomicType*, $array12 as xs:anyAtomicType*, $array13 as xs:anyAtomicType*, $array14 as xs:anyAtomicType*, $array15 as xs:anyAtomicType*, $array16 as xs:anyAtomicType*, $array17 as xs:anyAtomicType*, $array18 as xs:anyAtomicType*, $array19 as xs:anyAtomicType*, $array20 as xs:anyAtomicType*, $array21 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array7", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array8", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array9", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array10", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array11", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array12", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array13", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array14", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array15", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array16", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array17", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array18", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array19", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array20", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array21", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 22, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*, $array7 as xs:anyAtomicType*, $array8 as xs:anyAtomicType*, $array9 as xs:anyAtomicType*, $array10 as xs:anyAtomicType*, $array11 as xs:anyAtomicType*, $array12 as xs:anyAtomicType*, $array13 as xs:anyAtomicType*, $array14 as xs:anyAtomicType*, $array15 as xs:anyAtomicType*, $array16 as xs:anyAtomicType*, $array17 as xs:anyAtomicType*, $array18 as xs:anyAtomicType*, $array19 as xs:anyAtomicType*, $array20 as xs:anyAtomicType*, $array21 as xs:anyAtomicType*, $array22 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array7", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array8", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array9", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array10", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array11", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array12", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array13", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array14", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array15", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array16", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array17", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array18", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array19", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array20", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array21", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array22", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 23, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*, $array7 as xs:anyAtomicType*, $array8 as xs:anyAtomicType*, $array9 as xs:anyAtomicType*, $array10 as xs:anyAtomicType*, $array11 as xs:anyAtomicType*, $array12 as xs:anyAtomicType*, $array13 as xs:anyAtomicType*, $array14 as xs:anyAtomicType*, $array15 as xs:anyAtomicType*, $array16 as xs:anyAtomicType*, $array17 as xs:anyAtomicType*, $array18 as xs:anyAtomicType*, $array19 as xs:anyAtomicType*, $array20 as xs:anyAtomicType*, $array21 as xs:anyAtomicType*, $array22 as xs:anyAtomicType*, $array23 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array7", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array8", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array9", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array10", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array11", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array12", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array13", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array14", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array15", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array16", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array17", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array18", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array19", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array20", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array21", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array22", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array23", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 24, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*, $array7 as xs:anyAtomicType*, $array8 as xs:anyAtomicType*, $array9 as xs:anyAtomicType*, $array10 as xs:anyAtomicType*, $array11 as xs:anyAtomicType*, $array12 as xs:anyAtomicType*, $array13 as xs:anyAtomicType*, $array14 as xs:anyAtomicType*, $array15 as xs:anyAtomicType*, $array16 as xs:anyAtomicType*, $array17 as xs:anyAtomicType*, $array18 as xs:anyAtomicType*, $array19 as xs:anyAtomicType*, $array20 as xs:anyAtomicType*, $array21 as xs:anyAtomicType*, $array22 as xs:anyAtomicType*, $array23 as xs:anyAtomicType*, $array24 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array7", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array8", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array9", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array10", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array11", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array12", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array13", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array14", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array15", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array16", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array17", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array18", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array19", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array20", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array21", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array22", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array23", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array24", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 25, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*, $array7 as xs:anyAtomicType*, $array8 as xs:anyAtomicType*, $array9 as xs:anyAtomicType*, $array10 as xs:anyAtomicType*, $array11 as xs:anyAtomicType*, $array12 as xs:anyAtomicType*, $array13 as xs:anyAtomicType*, $array14 as xs:anyAtomicType*, $array15 as xs:anyAtomicType*, $array16 as xs:anyAtomicType*, $array17 as xs:anyAtomicType*, $array18 as xs:anyAtomicType*, $array19 as xs:anyAtomicType*, $array20 as xs:anyAtomicType*, $array21 as xs:anyAtomicType*, $array22 as xs:anyAtomicType*, $array23 as xs:anyAtomicType*, $array24 as xs:anyAtomicType*, $array25 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array7", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array8", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array9", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array10", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array11", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array12", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array13", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array14", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array15", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array16", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array17", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array18", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array19", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array20", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array21", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array22", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array23", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array24", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array25", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 26, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*, $array7 as xs:anyAtomicType*, $array8 as xs:anyAtomicType*, $array9 as xs:anyAtomicType*, $array10 as xs:anyAtomicType*, $array11 as xs:anyAtomicType*, $array12 as xs:anyAtomicType*, $array13 as xs:anyAtomicType*, $array14 as xs:anyAtomicType*, $array15 as xs:anyAtomicType*, $array16 as xs:anyAtomicType*, $array17 as xs:anyAtomicType*, $array18 as xs:anyAtomicType*, $array19 as xs:anyAtomicType*, $array20 as xs:anyAtomicType*, $array21 as xs:anyAtomicType*, $array22 as xs:anyAtomicType*, $array23 as xs:anyAtomicType*, $array24 as xs:anyAtomicType*, $array25 as xs:anyAtomicType*, $array26 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array7", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array8", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array9", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array10", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array11", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array12", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array13", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array14", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array15", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array16", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array17", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array18", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array19", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array20", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array21", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array22", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array23", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array24", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array25", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array26", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 27, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*, $array7 as xs:anyAtomicType*, $array8 as xs:anyAtomicType*, $array9 as xs:anyAtomicType*, $array10 as xs:anyAtomicType*, $array11 as xs:anyAtomicType*, $array12 as xs:anyAtomicType*, $array13 as xs:anyAtomicType*, $array14 as xs:anyAtomicType*, $array15 as xs:anyAtomicType*, $array16 as xs:anyAtomicType*, $array17 as xs:anyAtomicType*, $array18 as xs:anyAtomicType*, $array19 as xs:anyAtomicType*, $array20 as xs:anyAtomicType*, $array21 as xs:anyAtomicType*, $array22 as xs:anyAtomicType*, $array23 as xs:anyAtomicType*, $array24 as xs:anyAtomicType*, $array25 as xs:anyAtomicType*, $array26 as xs:anyAtomicType*, $array27 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array7", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array8", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array9", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array10", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array11", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array12", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array13", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array14", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array15", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array16", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array17", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array18", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array19", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array20", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array21", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array22", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array23", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array24", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array25", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array26", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array27", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 28, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*, $array7 as xs:anyAtomicType*, $array8 as xs:anyAtomicType*, $array9 as xs:anyAtomicType*, $array10 as xs:anyAtomicType*, $array11 as xs:anyAtomicType*, $array12 as xs:anyAtomicType*, $array13 as xs:anyAtomicType*, $array14 as xs:anyAtomicType*, $array15 as xs:anyAtomicType*, $array16 as xs:anyAtomicType*, $array17 as xs:anyAtomicType*, $array18 as xs:anyAtomicType*, $array19 as xs:anyAtomicType*, $array20 as xs:anyAtomicType*, $array21 as xs:anyAtomicType*, $array22 as xs:anyAtomicType*, $array23 as xs:anyAtomicType*, $array24 as xs:anyAtomicType*, $array25 as xs:anyAtomicType*, $array26 as xs:anyAtomicType*, $array27 as xs:anyAtomicType*, $array28 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array7", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array8", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array9", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array10", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array11", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array12", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array13", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array14", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array15", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array16", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array17", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array18", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array19", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array20", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array21", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array22", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array23", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array24", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array25", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array26", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array27", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array28", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 29, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*, $array7 as xs:anyAtomicType*, $array8 as xs:anyAtomicType*, $array9 as xs:anyAtomicType*, $array10 as xs:anyAtomicType*, $array11 as xs:anyAtomicType*, $array12 as xs:anyAtomicType*, $array13 as xs:anyAtomicType*, $array14 as xs:anyAtomicType*, $array15 as xs:anyAtomicType*, $array16 as xs:anyAtomicType*, $array17 as xs:anyAtomicType*, $array18 as xs:anyAtomicType*, $array19 as xs:anyAtomicType*, $array20 as xs:anyAtomicType*, $array21 as xs:anyAtomicType*, $array22 as xs:anyAtomicType*, $array23 as xs:anyAtomicType*, $array24 as xs:anyAtomicType*, $array25 as xs:anyAtomicType*, $array26 as xs:anyAtomicType*, $array27 as xs:anyAtomicType*, $array28 as xs:anyAtomicType*, $array29 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array7", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array8", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array9", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array10", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array11", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array12", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array13", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array14", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array15", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array16", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array17", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array18", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array19", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array20", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array21", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array22", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array23", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array24", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array25", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array26", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array27", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array28", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array29", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 3, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 30, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*, $array7 as xs:anyAtomicType*, $array8 as xs:anyAtomicType*, $array9 as xs:anyAtomicType*, $array10 as xs:anyAtomicType*, $array11 as xs:anyAtomicType*, $array12 as xs:anyAtomicType*, $array13 as xs:anyAtomicType*, $array14 as xs:anyAtomicType*, $array15 as xs:anyAtomicType*, $array16 as xs:anyAtomicType*, $array17 as xs:anyAtomicType*, $array18 as xs:anyAtomicType*, $array19 as xs:anyAtomicType*, $array20 as xs:anyAtomicType*, $array21 as xs:anyAtomicType*, $array22 as xs:anyAtomicType*, $array23 as xs:anyAtomicType*, $array24 as xs:anyAtomicType*, $array25 as xs:anyAtomicType*, $array26 as xs:anyAtomicType*, $array27 as xs:anyAtomicType*, $array28 as xs:anyAtomicType*, $array29 as xs:anyAtomicType*, $array30 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array7", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array8", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array9", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array10", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array11", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array12", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array13", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array14", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array15", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array16", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array17", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array18", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array19", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array20", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array21", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array22", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array23", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array24", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array25", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array26", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array27", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array28", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array29", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array30", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 4, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 5, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 6, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 7, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*, $array7 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array7", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 8, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*, $array7 as xs:anyAtomicType*, $array8 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array7", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array8", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 9, "name" : "sumproduct", "qname" : "excel:sumproduct", "signature" : "($array1 as xs:anyAtomicType*, $array2 as xs:anyAtomicType*, $array3 as xs:anyAtomicType*, $array4 as xs:anyAtomicType*, $array5 as xs:anyAtomicType*, $array6 as xs:anyAtomicType*, $array7 as xs:anyAtomicType*, $array8 as xs:anyAtomicType*, $array9 as xs:anyAtomicType*) as xs:anyAtomicType", "description" : " Multiplies the elements on the same position in each sequence\n and sums up the results.\n", "summary" : "

Multiplies the elements on the same position in each sequence\n and sums up the results.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "array1", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array2", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array3", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array4", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array5", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array6", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array7", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array8", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" }, { "name" : "array9", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequences of numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of products" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] }, { "arity" : 1, "name" : "sumsq", "qname" : "excel:sumsq", "signature" : "($numbers as xs:anyAtomicType+) as xs:anyAtomicType", "description" : " Returns the sum of the squares of the arguments.\n It used the sumproduct function.\n", "summary" : "

Returns the sum of the squares of the arguments.

", "annotation_str" : "", "annotations" : [ ], "updating" : false, "parameters" : [ { "name" : "numbers", "type" : "xs:anyAtomicType", "occurence" : null, "description" : "
the sequence of one or more numbers or arguments castable to numeric
" } ], "returns" : { "type" : "xs:anyAtomicType", "description" : "the sum of squared values, as numeric type" }, "errors" : [ "excel-err:Value if the parameters cannot be casted to numeric type" ] } ], "variables" : [ ] }