org.apache.poi.hssf.record.formula.functions
Class Sumx2py2

java.lang.Object
  extended by org.apache.poi.hssf.record.formula.functions.Fixed2ArgFunction
      extended by org.apache.poi.hssf.record.formula.functions.XYNumericFunction
          extended by org.apache.poi.hssf.record.formula.functions.Sumx2py2
All Implemented Interfaces:
Function, Function2Arg

public final class Sumx2py2
extends XYNumericFunction

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)

Author:
Amol S. Deshmukh < amolweb at ya hoo dot com >

Constructor Summary
Sumx2py2()
           
 
Method Summary
 
Methods inherited from class org.apache.poi.hssf.record.formula.functions.XYNumericFunction
evaluate
 
Methods inherited from class org.apache.poi.hssf.record.formula.functions.Fixed2ArgFunction
evaluate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Sumx2py2

public Sumx2py2()