NMath User's Guide

TOC |  Previous |  Next |  Index

Chapter 22. The Analysis Namespace (.NET, C#, CSharp, Visual Basic, VB.NET)

The CenterSpace.NMath.Analysis namespace provides:

To avoid using fully qualified names, preface your code with an appropriate namespace statement. For example, in C#:

using CenterSpace.NMath.Analysis;

In Visual Basic.NET:

Imports CenterSpace.NMath.Analysis

NOTE- In most cases, you must also preface your code with a namespace statement for the CenterSpace.NMath.Core namespace (Chapter 2).

TOC |  Previous |  Next |  Index