org.apache.poi.hssf.record.formula.functions
Class NumericFunction.OneArg

java.lang.Object
  extended by org.apache.poi.hssf.record.formula.functions.Fixed1ArgFunction
      extended by org.apache.poi.hssf.record.formula.functions.NumericFunction.OneArg
All Implemented Interfaces:
Function, Function1Arg
Direct Known Subclasses:
Even, Odd
Enclosing class:
NumericFunction

public abstract static class NumericFunction.OneArg
extends Fixed1ArgFunction


Method Summary
 ValueEval evaluate(int srcRowIndex, int srcColumnIndex, ValueEval arg0)
          see Function.evaluate(ValueEval[], int, int)
 
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
 

Method Detail

evaluate

public ValueEval evaluate(int srcRowIndex,
                          int srcColumnIndex,
                          ValueEval arg0)
Description copied from interface: Function1Arg
see Function.evaluate(ValueEval[], int, int)