如何在C#中初始化BigInteger?

aks*_*yms 3 c# biginteger .net-4.0

有人可以告诉我如何使用System.Numerics.BigInteger数据类型?我尝试使用它作为参考 - http://msdn.microsoft.com/en-us/library/system.numerics.biginteger%28VS.100%29.aspx

但是我的计算机上没有System.Numerics命名空间.我已经安装了VS2010 Ultimate RC,我有.NET Framework 4.0.有人可以指导我完成这个吗?

Nib*_*Pig 9

它应该在那里,你记得添加一个参考?

右键单击项目,单击"添加引用",然后在最左侧的选项卡中,选择"System.Numerics"

然后你可以添加它并使用它.