Class FieldStats

java.lang.Object
ucar.unidata.data.grid.FieldStats

public class FieldStats extends Object
Version:
$Revision: 1.112 $
  • Constructor Details

    • FieldStats

      public FieldStats()
    • FieldStats

      public FieldStats(float[] mmac)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setMin

      public void setMin(float value)
      Set the Min property.
      Parameters:
      value - The new value for Min
    • getMin

      public float getMin()
      Get the Min property.
      Returns:
      The Min
    • setMax

      public void setMax(float value)
      Set the Max property.
      Parameters:
      value - The new value for Max
    • getMax

      public float getMax()
      Get the Max property.
      Returns:
      The Max
    • setAverage

      public void setAverage(float value)
      Set the Average property.
      Parameters:
      value - The new value for Average
    • getAverage

      public float getAverage()
      Get the Average property.
      Returns:
      The Average
    • setCnt

      public void setCnt(int value)
      Set the Cnt property.
      Parameters:
      value - The new value for Cnt
    • getCnt

      public int getCnt()
      Get the Cnt property.
      Returns:
      The Cnt