TOC |
Previous |
Next |
Index
1.4 Documentation
NMath Analysis includes the following documentation:
- The NMath Analysis User's Guide (this manual)
- This document contains an overview of the product, and instructions on how to use it. You are encouraged to read the entire User's Guide. The NMath Analysis User's Guide is installed in:
- installdir/Docs/NMath.Analysis.UsersGuide.pdf
- An HTML version of the NMath Analysis User's Guide may be viewed online using your browser at:
- http://www.centerspace.net/doc/NMath/Analysis/user/
- The NMath Analysis Reference
- This document contains complete API reference documentation in compiled HTML Help format, enabling you to browse the NMath Analysis library just like the .NET Framework Class Library. The NMath Analysis Reference is installed in:
- installdir/Docs/NMath.Analysis.Reference.chm
- NOTE- Links to types in the .NET Framework will be broken unless you have the .NET Framework installed on your machine.
- HTML reference documentation may be viewed online using your browser at:
- http://www.centerspace.net/doc/NMath/Analysis/ref/
- This document describes the results of the installation process, how to build and run code examples, and lists any late-breaking product issues. The readme file is installed in:
- installdir/readme.txt
This Manual
This manual assumes that you are familiar with the basics of .NET programming and object-oriented technology.
Most code examples in this manual use C#; a few are shown in Visual Basic.NET. However, all NMath Analysis routines are callable from any .NET language.
This manual uses the following typographic conventions:
Table 1 - Typographic conventions
| Convention |
Purpose |
Example |
| Courier |
Function names, code, directories, file names, examples, and operating system commands. |
Minimize() the Assemblies directory |
| italic |
Conventional uses, such as emphasis and new terms. |
...the Newton-Raphson Method |
| bold |
Class names, product names, and commands from an interface. |
NMath Analysis Click OK. |
TOC |
Previous |
Next |
Index