Class LastReduction

java.lang.Object
noaa.coastwatch.util.LastReduction
All Implemented Interfaces:
ArrayReduction

public class LastReduction extends Object implements ArrayReduction
The LastReduction reduces an array to a single last value.
Since:
3.5.0
Author:
Peter Hollemans
  • Constructor Details

    • LastReduction

      public LastReduction()
  • Method Details

    • reduce

      public byte reduce(byte[] array, int from, int to)
      Specified by:
      reduce in interface ArrayReduction
    • reduce

      public short reduce(short[] array, int from, int to)
      Specified by:
      reduce in interface ArrayReduction
    • reduce

      public int reduce(int[] array, int from, int to)
      Specified by:
      reduce in interface ArrayReduction
    • reduce

      public long reduce(long[] array, int from, int to)
      Specified by:
      reduce in interface ArrayReduction
    • reduce

      public float reduce(float[] array, int from, int to)
      Specified by:
      reduce in interface ArrayReduction
    • reduce

      public double reduce(double[] array, int from, int to)
      Specified by:
      reduce in interface ArrayReduction