Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

Using the Distributions from Within C#

The distributions in this library can be used from the C# programming language when they are built using Microsoft's Common Language Runtime (CLR) option.

An example of this kind of usage is given in the Distribution Explorer example. See boost-root/libs/math/dot_net_example for the source code: the application consists of a C++ .dll that contains the actual distributions, and a C# GUI that allows you to explore their properties.


PrevUpHomeNext