Home
Products
Support
Blog
Resources
Company
NMath Stats User's Guide
TOC |  Previous |  Next |  Index

1.3 Namespaces

All types in NMath Stats are in the CenterSpace.NMath.Stats namespace. To avoid using fully qualified names, preface your code with an appropriate namespace statement. For example, in C#:

using CenterSpace.NMath.Stats;

In Visual Basic.NET:

imports CenterSpace.NMath.Stats

All NMath Stats code shown in this manual assumes the presence of such a namespace statement.

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

TOC |  Previous |  Next |  Index

Copyright © 2008 CenterSpace Software, LLC. All rights reserved.
All trademarks and registered trademarks mentioned on this web site are the property of their respective owners.
Contact Webmaster