Class MaxFunction

All Implemented Interfaces:
AviatorFunction, Serializable, Runnable, Callable<AviatorObject>

public class MaxFunction extends AbstractMinMaxFunction
max function to find the largest element in arguments.
Author:
dennis
See Also:
  • Constructor Details

    • MaxFunction

      public MaxFunction()
  • Method Details

    • getName

      public String getName()
      Description copied from interface: AviatorFunction
      Get the function name
      Returns:
    • getOp

      protected com.googlecode.aviator.runtime.function.system.AbstractMinMaxFunction.Op getOp()
      Specified by:
      getOp in class AbstractMinMaxFunction