public final class Sumx2py2 extends XYNumericFunction
 Calculates the sum of squares in two arrays of the same size.
 Syntax:
 SUMX2PY2(arrayX, arrayY)
result = Σi: 0..n(xi2+yi2)
(Excel 函数 SUMX2PY2() 的实现 计算两个大小相同的数组的平方和。语法:SUMX2PY2(arrayX, arrayY) 结果 = Σi: 0..n(xi2+yi2))XYNumericFunction.Accumulator| Constructor and Description | 
|---|
Sumx2py2()  |  
          
| Modifier and Type | Method and Description | 
|---|---|
protected XYNumericFunction.Accumulator |  
           createAccumulator() 
            
              Constructs a new instance of the Accumulator used to calculated this function 
             (构造用于计算此函数的 Accumulator 的新实例) 
               |  
          
evaluateevaluateprotected XYNumericFunction.Accumulator createAccumulator()
XYNumericFunction 
          createAccumulator in class  
            XYNumericFunction 
            (XYNumericFunction 类中的 createAccumulator) 
           Copyright 2021 The Apache Software Foundation or its licensors, as applicable.