Code Examples
A repository of 155 code examples for BeepBeep
widgets.Average Class Reference

Group processor that computes the cumulative average of a stream of numbers. More...

Detailed Description

Group processor that computes the cumulative average of a stream of numbers.

This processor is similar to the Average examples of the basic section. Graphically, it corresponds to the following chain of processors:

Processor graph

Since we encapsulate this chain into a GroupProcessor, in other processor graphs that use it, it will be drawn as this:

Processor graph
Author
Sylvain Hallé
See also
basic.Average Average Easy

Definition at line 55 of file Average.java.


The documentation for this class was generated from the following file: