NMath User's Guide

TOC |  Previous |  Next |  Index

Chapter 2. The Core Namespace (.NET, C#, CSharp, Visual Basic, VB.NET)

The CenterSpace.NMath.Core namespace is the foundational NMath namespace. It provides:

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

using CenterSpace.NMath.Core;

In Visual Basic.NET:

imports CenterSpace.NMath.Core

TOC |  Previous |  Next |  Index