如何添加对System.Numerics.dll的引用 [英] How to add a reference to System.Numerics.dll

查看:137
本文介绍了如何添加对System.Numerics.dll的引用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想使用System.Numerics中的BigInteger类,但是如果我想使用System.Numerics来编写

I want to use the BigInteger class from the System.Numerics but if i want to write

using System.Numerics;

数字。我在网上搜索,发现必须添加对 System.Numerics.dll 的引用,但是我该怎么做?

Numerics is not found. I searched the web, and I found that I have to add a reference to System.Numerics.dll, but how can I do that?

推荐答案

http://msdn.microsoft.com/zh-cn/library/7314433t(v = vs.80).aspx

从MSDN:


  1. 在解决方案资源管理器中,选择项目。

  2. 在项目菜单上,选择添加引用。

  3. 打开添加引用对话框。

  4. 选择选项卡,指示要引用
    的组件的类型。 / li>
  5. 在顶部窗格中,选择要引用的组件,然后
    然后单击选择按钮。单击以同时单击CTRL以选择
    多个组件。

  1. In Solution Explorer, select the project.
  2. On the Project menu, choose Add Reference.
  3. The Add Reference dialog box opens.
  4. Select the tab indicating the type of component you want to reference.
  5. In the top pane, select the component you want to reference, and then click the Select button. Press CTRL while clicking to select multiple components.

这篇关于如何添加对System.Numerics.dll的引用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆