C# - 如何添加引用做system.numerics.dll [英] C# - How to add a reference do system.numerics.dll

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

问题描述

我想使用的BigInteger类从System.Numerics,但如果我想要写

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 /库/7314433吨(v = VS.80)的.aspx

从MSDN:


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

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

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

  4. 选择显示组件要
    引用类型的选项卡。

  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.

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

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