| 
||||||||||
| 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.NumericFunction.TwoArg
public abstract static class NumericFunction.TwoArg
| Constructor Summary | |
|---|---|
protected  | 
NumericFunction.TwoArg()
 | 
| Method Summary | |
|---|---|
protected abstract  double | 
evaluate(double d0,
         double d1)
 | 
 ValueEval | 
evaluate(int srcRowIndex,
         int srcColumnIndex,
         ValueEval arg0,
         ValueEval arg1)
see Function.evaluate(ValueEval[], int, int) | 
| 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 | 
|---|
protected NumericFunction.TwoArg()
| Method Detail | 
|---|
public ValueEval evaluate(int srcRowIndex,
                          int srcColumnIndex,
                          ValueEval arg0,
                          ValueEval arg1)
Function2ArgFunction.evaluate(ValueEval[], int, int)
protected abstract double evaluate(double d0,
                                   double d1)
                            throws EvaluationException
EvaluationException
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||