Sum is used to compute 'double' sums. Use update() to change the sum.
Public Member Functions | |
| Sum (Simulation *s, Label title="") | |
| Construction. | |
| virtual | ~Sum () |
| Destruction. | |
| void | update (double v=1.0) |
| Update sum. | |
| virtual void | reset () |
| Reset sum and statistics. | |
| double | getValue () |
| Get current value. | |
| virtual void | report (Report *r) |
| Report generation. | |
1.3