Click here to Skip to main content
15,916,945 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi.

I need to hold and do processing on numbers as big as 10^32. It seems system.int64 is not wide enough to hold such numbers. What variable or other solution can I use? Solution in both languages is appreciated but better to be in VB, Specially the most simple approach.
Posted

use BigInteger[^]
its allows numbers size only limited by your RAM ^^

introduced in .NET 4
 
Share this answer
 
v2
I think you must store it in Long

Click here for Explanation


http://msdn.microsoft.com/en-us/library/ae55hdtk.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900