Class expression.floorFunc
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class expression.floorFunc

java.lang.Object
   |
   +----expression.Function
           |
           +----expression.oneArgFunction
                   |
                   +----expression.floorFunc

public class floorFunc
extends oneArgFunction
Floor function

Constructor Index

 o floorFunc()

Method Index

 o apply(double)
Returns the "floor" or largest whole number less than or equal to a.
 o toString()
Return string "FLOOR"

Constructors

 o floorFunc
  public floorFunc()

Methods

 o apply
  public double apply(double a)
Returns the "floor" or largest whole number less than or equal to a.
Overrides:
apply in class Function
 o toString
  public String toString()
Return string "FLOOR"
Overrides:
toString in class Function

All Packages  Class Hierarchy  This Package  Previous  Next  Index