Package org.apache.poi.ss.formula.eval
Class UnaryPlusEval
- java.lang.Object
-
- org.apache.poi.ss.formula.functions.Fixed1ArgFunction
-
- org.apache.poi.ss.formula.eval.UnaryPlusEval
-
- All Implemented Interfaces:
Function
,Function1Arg
public final class UnaryPlusEval extends Fixed1ArgFunction
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueEval
evaluate(int srcCellRow, int srcCellCol, ValueEval arg0)
-
Methods inherited from class org.apache.poi.ss.formula.functions.Fixed1ArgFunction
evaluate
-
-
-
-
Field Detail
-
instance
public static final Function instance
-
-
Method Detail
-
evaluate
public ValueEval evaluate(int srcCellRow, int srcCellCol, ValueEval arg0)
Description copied from interface:Function1Arg
-
-