Hi ,I want to declare an 80-bits integer. I don't know which type I have to use.
Please help
Hi ,I want to declare an 80-bits integer. I don't know which type I have to use.
Please help
If you also want to perform some numeric operations, then use BigInteger: https://docs.microsoft.com/en-us/dotnet/api/system.numerics.biginteger.
The documentation has a dropdown list where you can switch the programming language.
4 people are following this question.