Average Class |
Namespace: Algs4Net
public class Average
The Average type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | MainTest | Reads in a sequence of real numbers from standard input and prints
out their average to standard output. |
For additional documentation, see Section 1.1 of Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne.
This class is a C# port from the original Java class Average implementation by the respective authors.