|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.poi.ss.formula.functions.Fixed1ArgFunction
org.apache.poi.ss.formula.functions.NumericFunction.OneArg
public abstract static class NumericFunction.OneArg
| Constructor Summary | |
|---|---|
protected |
NumericFunction.OneArg()
|
| Method Summary | |
|---|---|
protected double |
eval(ValueEval[] args,
int srcCellRow,
int srcCellCol)
|
protected abstract double |
evaluate(double d)
|
ValueEval |
evaluate(int srcRowIndex,
int srcColumnIndex,
ValueEval arg0)
see Function.evaluate(ValueEval[], int, int) |
| Methods inherited from class org.apache.poi.ss.formula.functions.Fixed1ArgFunction |
|---|
evaluate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected NumericFunction.OneArg()
| Method Detail |
|---|
public ValueEval evaluate(int srcRowIndex,
int srcColumnIndex,
ValueEval arg0)
Function1ArgFunction.evaluate(ValueEval[], int, int)
protected final double eval(ValueEval[] args,
int srcCellRow,
int srcCellCol)
throws EvaluationException
EvaluationException
protected abstract double evaluate(double d)
throws EvaluationException
EvaluationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||