public class FieldStats
extends java.lang.Object
Constructor and Description |
---|
FieldStats() |
FieldStats(float[] mmac) |
Modifier and Type | Method and Description |
---|---|
float |
getAverage()
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.
|
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
public void setMin(float value)
value
- The new value for Minpublic float getMin()
public void setMax(float value)
value
- The new value for Maxpublic float getMax()
public void setAverage(float value)
value
- The new value for Averagepublic float getAverage()
public void setCnt(int value)
value
- The new value for Cntpublic int getCnt()