Class StdevFunction

java.lang.Object
  |
  +--spreadsheet.Function
        |
        +--StdevFunction

public class StdevFunction
extends Function

See Also:
Serialized Form

Method Summary
 float calculate()
          Every subclass must define this function
 
Methods inherited from class spreadsheet.Function
calculateFunction, hasMoreArguments, nextArgument, nextStringArgument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

calculate

public float calculate()
                throws FunctionException
Every subclass must define this function
Overrides:
calculate in class Function