Class NumericFunction.OneArg
- java.lang.Object
-
- org.apache.poi.ss.formula.functions.Fixed1ArgFunction
-
- org.apache.poi.ss.formula.functions.NumericFunction.OneArg
-
- All Implemented Interfaces:
Function
,Function1Arg
- Enclosing class:
- NumericFunction
public abstract static class NumericFunction.OneArg extends Fixed1ArgFunction
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
OneArg()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected double
eval(ValueEval[] args, int srcCellRow, int srcCellCol)
protected abstract double
evaluate(double d)
ValueEval
evaluate(int srcRowIndex, int srcColumnIndex, ValueEval arg0)
-
Methods inherited from class org.apache.poi.ss.formula.functions.Fixed1ArgFunction
evaluate
-
-
-
-
Method Detail
-
evaluate
public ValueEval evaluate(int srcRowIndex, int srcColumnIndex, ValueEval arg0)
Description copied from interface:Function1Arg
-
eval
protected final double eval(ValueEval[] args, int srcCellRow, int srcCellCol) throws EvaluationException
- Throws:
EvaluationException
-
evaluate
protected abstract double evaluate(double d) throws EvaluationException
- Throws:
EvaluationException
-
-