Version

Infragistics Math Library

The Infragistics Math Library™ is a library of mathematical and statistical structures and functions that you can use with our Ultimate UI for WPF product. It extends the operations in the System.Math class to several new mathematical objects:

Requirements

To use the Infragistics Math Library, you to add the following NuGet package reference in your project. For more information on setting up the NuGet feed and adding NuGet packages, you can take a look at the following documentation: NuGet Feeds.

  • Infragistics.WPF.Math

Once you reference the above NuGet package, you can add 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 WPF help.