com.japisoft.formula.lib.standard
Class CeilFunction

java.lang.Object
  extended bycom.japisoft.formula.lib.Function
      extended bycom.japisoft.formula.lib.standard.AbstractFunction
          extended bycom.japisoft.formula.lib.standard.CeilFunction

public class CeilFunction
extends AbstractFunction

The smallest (closest to negative infinity) double value that is greater than or equal to the argument and is equal to a mathematical integer.

More information at : http://www.japisoft.com

Version:
1.0
Author:
(c) 2002 JAPISoft

Field Summary
 
Fields inherited from class com.japisoft.formula.lib.standard.AbstractFunction
ANY
 
Fields inherited from class com.japisoft.formula.lib.Function
anyArguments
 
Constructor Summary
CeilFunction()
           
 
Method Summary
 Variant evaluate(ListOfArgument args)
           
 
Methods inherited from class com.japisoft.formula.lib.standard.AbstractFunction
getFirstArgument, getSecondArgument, hasDoubleArgument
 
Methods inherited from class com.japisoft.formula.lib.Function
getArgsType, getFunctionName, matchArgument, setArgsType, toString, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CeilFunction

public CeilFunction()
Method Detail

evaluate

public Variant evaluate(ListOfArgument args)
Specified by:
evaluate in class Function
Returns:
an evaluation of the function for the following args.