Class MathFloorFunction

All Implemented Interfaces:
Iterable<GroupingExpression>

public class MathFloorFunction extends FunctionNode
Represents the math.floor(expression) function
Author:
baldersheim, bratseth
  • Constructor Details

    • MathFloorFunction

      public MathFloorFunction(GroupingExpression exp)
      Constructs a new instance of this class.
      Parameters:
      exp - The expression to evaluate, double value will be requested.
  • Method Details