Version

Infragistics Math Library

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:

Requirements

To use the Infragistics Math Library, you need:

  • A Microsoft® Windows Forms™ application

  • The following references to your project (in the Solution Explorer):

    • Infragistics.v23.2.dll

    • Infragistics.Math.v23.2.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;

Features

This section lists links to topics that describe in detail features of the Infragistics Math Library.

API Overview

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.