C # Ultra-Long Integer Operation

Source: Internet
Author: User

In. net, the maximum available data type is ulong (unsigned 64-bit ).

In some special cases (such as cryptography), we need to use an extra-long integer larger than 64 bits for complex operations such as addition, subtraction, multiplication, division, and even power.

In this case ,.Net4.0Provides corresponding data typesBiginteger.

For more information, see msdn:

> Biginteger Member
Http://msdn.microsoft.com/zh-cn/library/system.numerics.biginteger_members.aspx

> Biginteger Structure

Http://msdn.microsoft.com/zh-cn/library/system.numerics.biginteger.aspx

> System. numerics namespace

Http://msdn.microsoft.com/zh-cn/library/system.numerics.aspx

 

However, as mentioned above, this data type can be found in.Net4.0.. Net3.5 does existSystem. numericsThis namespace does not exist in. net3.5. The namespace does not exist in. net2.0.

The following provides the biginteger source code (. CS) built by experts, which can be used in any. Net version to implement the functions described above.

 

>C # biginteger class(Codeproject)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.