ARPDAS_QNX6 1.0
Classes | Functions
average.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Average_Data

Functions

double Average_Value (Average_Data *data)
void Average_Point (Average_Data *data, double pt)

Function Documentation

void Average_Point ( Average_Data data,
double  pt 
)

Definition at line 15 of file average.c.

References Average_Data::count, and Average_Data::sum.

double Average_Value ( Average_Data data)

Definition at line 6 of file average.c.

References Average_Data::count, and Average_Data::sum.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines