Class Even
- java.lang.Object
-
- org.apache.poi.ss.formula.functions.Fixed1ArgFunction
-
- org.apache.poi.ss.formula.functions.NumericFunction.OneArg
-
- org.apache.poi.ss.formula.functions.Even
-
- All Implemented Interfaces:
Function
,Function1Arg
public final class Even extends NumericFunction.OneArg
- Author:
- Amol S. Deshmukh < amolweb at ya hoo dot com >
-
-
Constructor Summary
Constructors Constructor Description Even()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected double
evaluate(double d)
-
Methods inherited from class org.apache.poi.ss.formula.functions.NumericFunction.OneArg
eval, evaluate
-
Methods inherited from class org.apache.poi.ss.formula.functions.Fixed1ArgFunction
evaluate
-
-
-
-
Method Detail
-
evaluate
protected double evaluate(double d)
- Specified by:
evaluate
in classNumericFunction.OneArg
-
-