net.sourceforge.fixagora.basis.server.control.spreadsheet.calculation
Class SlopeFunction

java.lang.Object
  extended by net.sourceforge.fixagora.basis.server.control.spreadsheet.calculation.SlopeFunction
All Implemented Interfaces:
org.apache.poi.ss.formula.functions.Function

public class SlopeFunction
extends java.lang.Object
implements org.apache.poi.ss.formula.functions.Function

The Class SlopeFunction.


Constructor Summary
SlopeFunction()
           
 
Method Summary
 org.apache.poi.ss.formula.eval.ValueEval evaluate(org.apache.poi.ss.formula.eval.ValueEval[] args, int arg1, int arg2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlopeFunction

public SlopeFunction()
Method Detail

evaluate

public org.apache.poi.ss.formula.eval.ValueEval evaluate(org.apache.poi.ss.formula.eval.ValueEval[] args,
                                                         int arg1,
                                                         int arg2)
Specified by:
evaluate in interface org.apache.poi.ss.formula.functions.Function