How to add a reference to System.Numerics.dll

后端 未结 5 1056
心在旅途
心在旅途 2020-11-30 12:08

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

using System.Numerics;

Numerics is not fou

5条回答
  •  感情败类
    2020-11-30 12:36

    If you are using .NET 4.0, you can right click in References -> add reference -> In the .NET tab, look for System.Numerics.dll

    enter image description here

提交回复
热议问题