org.apache.poi.ss.formula.functions
Class Even

java.lang.Object
  extended by org.apache.poi.ss.formula.functions.Fixed1ArgFunction
      extended by org.apache.poi.ss.formula.functions.NumericFunction.OneArg
          extended by org.apache.poi.ss.formula.functions.Even
All Implemented Interfaces:
Function, Function1Arg

public final class Even
extends NumericFunction.OneArg


Constructor Summary
Even()
           
 
Method Summary
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Even

public Even()
Method Detail

evaluate

protected double evaluate(double d)
Specified by:
evaluate in class NumericFunction.OneArg