Package org.apache.poi.ss.formula.eval
Class PercentEval
- java.lang.Object
-
- org.apache.poi.ss.formula.functions.Fixed1ArgFunction
-
- org.apache.poi.ss.formula.eval.PercentEval
-
- All Implemented Interfaces:
Function
,Function1Arg
public final class PercentEval extends Fixed1ArgFunction
Implementation of Excel formula token '%'.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ValueEval
evaluate(int srcRowIndex, int srcColumnIndex, 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 srcRowIndex, int srcColumnIndex, ValueEval arg0)
Description copied from interface:Function1Arg
-
-