c# - Working with arbitrary numbers -


I want to write a class that is simple command like DD (1000000000000, 10000000000) 20000000000

I have found a list of limitations for data types in C #:

  Data type Maximum positive value Int32 2,147,483,647 UInt32 4,294,967,295 But if my number, for example,  20,000,000,000,000,000,000,000,000,000,000,000   

how do you Using System.Numerics.BigInteger Can?

P>



Comments

Popular posts from this blog

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -

c# - Roxy file manager in MVC doesn't accept session path -

java - Ajax call to jsp and jsp redirecting to further jsp -