Class GssFunctions.MaxValue

  • All Implemented Interfaces:
    GssFunction
    Enclosing class:
    GssFunctions

    public static class GssFunctions.MaxValue
    extends java.lang.Object
    A GssFunction that returns the max value from its list of arguments.
    • Constructor Summary

      Constructors 
      Constructor Description
      MaxValue()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected double performOperation​(double left, double right)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MaxValue

        public MaxValue()
    • Method Detail

      • performOperation

        protected double performOperation​(double left,
                                          double right)