
This directory contains a direct port of the SciMark 2.0a benchmark
from Java to C#.  The benchmark tests the performance of floating-point
operations and common algorithms.

The original Java sources, and a description of how the benchmark works
can be found at the following NIST web site:

             http://math.nist.gov/scimark2/

The only changes that we made were to C#'ize the keywords and array
syntax and to use the C# "Math", "Console", and "Random" classes instead
of the Java equivalents.

The port was done by Rhys Weatherley <rweather@southern-storm.com.au>.
