Can someone show me how to use the System.Numerics.BigInteger datatype?
I tried using this as a reference – http://msdn.microsoft.com/en-us/library/system.numerics.biginteger%28VS.100%29.aspx
But System.Numerics namespace isn’t there on my computer. I have installed VS2010 Ultimate RC and i have .NET Framework 4.0.
Can someone guide me through this?
It should be there, did you remember to add a reference?
Right click your project, click Add Reference, then in the leftmost tab, select System.Numerics
Then you can add it and use it.