Class MinFunction

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

public class MinFunction extends AbstractMinMaxFunction
min function to find the smallest element in arguments.
Author:
dennis
See Also:
  • Constructor Details

    • MinFunction

      public MinFunction()
  • 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