Brian Silverman | 32ed54e | 2018-08-04 23:37:28 -0700 | [diff] [blame^] | 1 | [section:c_sharp Using the Distributions from Within C#] |
| 2 | |
| 3 | The distributions in this library can be used from the C# programming language |
| 4 | when they are built using Microsoft's Common Language Runtime (CLR) option. |
| 5 | |
| 6 | An example of this kind of usage is given in the |
| 7 | [@../distexplorer/html/index.html Distribution Explorer] |
| 8 | example. See =boost-root/libs/math/dot_net_example= |
| 9 | for the source code: the application consists of a C++ .dll that contains the |
| 10 | actual distributions, and a C# GUI that allows you to explore their properties. |
| 11 | |
| 12 | [endsect] [/section:c_sharp] |
| 13 | |
| 14 | [/ |
| 15 | Copyright 2006, 2013 John Maddock and Paul A. Bristow. |
| 16 | Distributed under the Boost Software License, Version 1.0. |
| 17 | (See accompanying file LICENSE_1_0.txt or copy at |
| 18 | http://www.boost.org/LICENSE_1_0.txt). |
| 19 | ] |
| 20 | |