Class MinFunction

All Implemented Interfaces:
Iterable<GroupingExpression>

public class MinFunction extends FunctionNode
A min-function in a GroupingExpression. It evaluates to a number that equals the smallest of the results of all arguments.
Author:
Simon Thoresen Hult
  • Constructor Details

    • MinFunction

      public MinFunction(GroupingExpression arg1, GroupingExpression arg2, GroupingExpression... argN)
      Constructs a new instance of this class.
      Parameters:
      arg1 - the first compulsory argument, must evaluate to a number
      arg2 - the second compulsory argument, must evaluate to a number
      argN - the optional arguments, must evaluate to a number
  • Method Details