vb.net - What data type to use for a very large numbers -
i'm trying big number, doesn't work usual integer,long... i've searched , found there namespace named system.numerics
when write: imports system.numerics
, doesn't accept. if use that, i'm sure use:
dim x new biginteger(y)
what can in situation, there other methods?
you have add reference system.numerics in solution explorer
http://social.msdn.microsoft.com/forums/en-us/2442e03e-efad-4dfb-89ce-b19e0247e3bb/systemnumerics
Comments
Post a Comment