org.apache.poi.hssf.record.formula.functions
Class Even

java.lang.Object
  extended by org.apache.poi.hssf.record.formula.functions.Fixed1ArgFunction
      extended by org.apache.poi.hssf.record.formula.functions.NumericFunction.OneArg
          extended by org.apache.poi.hssf.record.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
Even()
           
 
Method Summary
 
Methods inherited from class org.apache.poi.hssf.record.formula.functions.NumericFunction.OneArg
evaluate
 
Methods inherited from class org.apache.poi.hssf.record.formula.functions.Fixed1ArgFunction
evaluate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Even

public Even()