Developer technologies | VB
An object-oriented programming language developed by Microsoft that can be used in .NET.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi ,I want to declare an 80-bits integer. I don't know which type I have to use.
Please help
An object-oriented programming language developed by Microsoft that can be used in .NET.
If you also want to perform some numeric operations, then use BigInteger: https://learn.microsoft.com/en-us/dotnet/api/system.numerics.biginteger.