|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.hssf.record.formula.functions.XYNumericFunction
org.apache.poi.hssf.record.formula.functions.Sumx2py2
public final class Sumx2py2
Implementation of Excel function SUMX2PY2()
Calculates the sum of squares in two arrays of the same size.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.poi.hssf.record.formula.functions.XYNumericFunction |
|---|
XYNumericFunction.DoubleArrayPair |
| Field Summary |
|---|
| Fields inherited from class org.apache.poi.hssf.record.formula.functions.XYNumericFunction |
|---|
X, Y |
| Constructor Summary | |
|---|---|
Sumx2py2()
|
|
| Method Summary | |
|---|---|
protected double |
evaluate(double[] xArray,
double[] yArray)
|
| Methods inherited from class org.apache.poi.hssf.record.formula.functions.XYNumericFunction |
|---|
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 double evaluate(double[] xArray,
double[] yArray)
evaluate in class XYNumericFunction
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||