Back
Close

Big, unlimited integers in C#

gpeipman
15.5K views

BigInteger in C#

There are situations when calculations in application are done on integers bigger than what int and its relatives can carry out. For these situations there is class BigInteger in System.Numerics namespace. BigInteger has many operations available through defined operators and static methods. Check the references section for more information about it.

The following example shows how to use big integers and perform some operations on them.

Click Run to run the demo

System.Numerics has also some other non-regular types available as Complex, few vectors and matrices.

References

Create your playground on Tech.io
This playground was created on Tech.io, our hands-on, knowledge-sharing platform for developers.
Go to tech.io