|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IStatistics
This is a simple statistic interface that describe basic functionalities
| Method Summary | |
|---|---|
float |
average()
return the average of float values. |
void |
insertValue(float value)
Insert an float value. |
float |
sum()
return a sum of float values. |
| Methods inherited from interface anima.component.IUnknown |
|---|
getPrimaryKey, queryInterface |
| Method Detail |
|---|
void insertValue(float value)
value - float sum()
float average()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||