How to add a reference to System.Numerics.dll

后端 未结 5 1051
心在旅途
心在旅途 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:46

    Right click the Reference folder in your solution and choose Add Reference. Then go to :\Windows\Microsoft.NET\assembly\GAC_MSIL\System.Numerics\v4.0_4.0.0.0__b77a5c561934e089 (That's what it is for me; your path might be different.)

提交回复
热议问题