Function that provides statistical information about a variable.
Syntax |
real statistics (real value, stru_stat stru) |
---|---|
value |
Variable on which to run statistics |
stru |
Structure of type stru_stat where statistics will be returned |
result |
Returns a value containing the average |
Validity |
Rule, Task |
Note |
You must initialize ncount with the number of cycles on which to run the average |
Example of use:
|