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

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.Odd
All Implemented Interfaces:
Function, Function1Arg

public final class Odd
extends NumericFunction.OneArg

Author:
Amol S. Deshmukh < amolweb at ya hoo dot com >

Constructor Summary
Odd()
           
 
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

Odd

public Odd()