Imports Infragistics.Math
The Infragistics Math Library™ is a library of mathematical and statistical structures and functions that you can use with all Infragistics products. It extends the operations in the System.Math class to several new mathematical objects:
To use the Infragistics Math Library, you need:
A Microsoft® Windows Forms™ application
The following references to your project (in the Solution Explorer):
Infragistics.v24.1.dll
Infragistics.Math.v24.1.dll
The following namespace declaration to the source file using the Infragistics Math Library.
In Visual Basic:
Imports Infragistics.Math
In C#:
using Infragistics.Math;
This section lists links to topics that describe in detail features of the Infragistics Math Library.
This topic lists the namespaces and classes that you will be working with while programming with the Infragistics Math Library. The namespaces and classes listed in this topic link conveniently into the API Reference Guide section of the Ultimate UI for Windows Forms help.