c_sharp.qbk 779 B

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