|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.ss.formula.functions.Fixed2ArgFunction
org.apache.poi.ss.formula.functions.XYNumericFunction
org.apache.poi.ss.formula.functions.Sumx2py2
public final class Sumx2py2
Implementation of Excel function SUMX2PY2()
Calculates the sum of squares in two arrays of the same size.
Syntax:
SUMX2PY2(arrayX, arrayY)
result = Σi: 0..n(xi2+yi2)
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.poi.ss.formula.functions.XYNumericFunction |
|---|
XYNumericFunction.Accumulator |
| Constructor Summary | |
|---|---|
Sumx2py2()
|
|
| Method Summary | |
|---|---|
protected XYNumericFunction.Accumulator |
createAccumulator()
Constructs a new instance of the Accumulator used to calculated this function |
| Methods inherited from class org.apache.poi.ss.formula.functions.XYNumericFunction |
|---|
evaluate |
| Methods inherited from class org.apache.poi.ss.formula.functions.Fixed2ArgFunction |
|---|
evaluate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Sumx2py2()
| Method Detail |
|---|
protected XYNumericFunction.Accumulator createAccumulator()
XYNumericFunction
createAccumulator in class XYNumericFunction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||