Class MinGridFunction

  • All Implemented Interfaces:
    GridFunction

    public class MinGridFunction
    extends AbstractGridFunction
    GridFunction that calculates the minimum value(s) from those passed in.
    Author:
    Nick Collier
    • Constructor Detail

      • MinGridFunction

        public MinGridFunction()
    • Method Detail

      • apply

        public void apply​(double gridValue,
                          int... location)
        Description copied from interface: GridFunction
        Applies this GridFunction to the value and location.
        Parameters:
        gridValue - the grid value at the location
        location - the value's location