How to initialize a BigInteger in C#?
Posted
by Akshay
on Stack Overflow
See other posts from Stack Overflow
or by Akshay
Published on 2010-04-13T15:35:52Z
Indexed on
2010/04/13
15:43 UTC
Read the original article
Hit count: 595
Hi, 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?
Regards,
Akshay.
© Stack Overflow or respective owner