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

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

问题描述

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

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

using System.Numerics;

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/en-us/library/7314433t(v=vs.80).aspx

来自 MSDN:

  1. 在解决方案资源管理器中,选择项目.
  2. 在项目"菜单上,选择添加引用".
  3. 添加引用"对话框打开.
  4. 选择指示您想要的组件类型的选项卡参考.
  5. 在顶部窗格中,选择要引用的组件,然后然后单击选择按钮.单击以选择时按 CTRL多个组件.

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

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