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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.poi.ss.formula.functions.Fixed1ArgFunction
evaluate
-
Constructor Details
-
OneArg
protected OneArg()
-
-
Method Details
-
evaluate
Description copied from interface:Function1Arg
-
eval
protected final double eval(ValueEval[] args, int srcCellRow, int srcCellCol) throws EvaluationException - Throws:
EvaluationException
-
evaluate
- Throws:
EvaluationException
-