org.apache.poi.hssf.record.formula.functions
Class XYNumericFunction.DoubleArrayPair

java.lang.Object
  extended by org.apache.poi.hssf.record.formula.functions.XYNumericFunction.DoubleArrayPair
Enclosing class:
XYNumericFunction

protected static final class XYNumericFunction.DoubleArrayPair
extends java.lang.Object


Constructor Summary
XYNumericFunction.DoubleArrayPair(double[] xArray, double[] yArray)
           
 
Method Summary
 double[] getXArray()
           
 double[] getYArray()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XYNumericFunction.DoubleArrayPair

public XYNumericFunction.DoubleArrayPair(double[] xArray,
                                         double[] yArray)
Method Detail

getXArray

public double[] getXArray()

getYArray

public double[] getYArray()


Copyright 2008 The Apache Software Foundation or its licensors, as applicable.