I'm trying to get a very big number, it doesn't work with usual integer,long... I've searched it and I found that there is a namespace named System.Numerics but when I write: Imports System.Numerics , it doesn't accept. If I could use that, I'm sure that I could also use:

Dim x as new BigInteger(y)

What can I do in this situation, are there any other methods?

有帮助吗?

解决方案

You have to add a reference to System.Numerics in the solution explorer

http://social.msdn.microsoft.com/Forums/en-US/2442e03e-efad-4dfb-89ce-b19e0247e3bb/systemnumerics

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top