Package ucar.unidata.data.grid
Class FieldStats
java.lang.Object
ucar.unidata.data.grid.FieldStats
- Version:
- $Revision: 1.112 $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
Get the Average property.int
getCnt()
Get the Cnt property.float
getMax()
Get the Max property.float
getMin()
Get the Min property.void
setAverage
(float value) Set the Average property.void
setCnt
(int value) Set the Cnt property.void
setMax
(float value) Set the Max property.void
setMin
(float value) Set the Min property.toString()
-
Constructor Details
-
FieldStats
public FieldStats() -
FieldStats
public FieldStats(float[] mmac)
-
-
Method Details
-
toString
-
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
-