question

kavehrahimi-5744 avatar image
0 Votes"
kavehrahimi-5744 asked DewayneBasnett-7583 commented

Very long integer

Hi ,I want to declare an 80-bits integer. I don't know which type I have to use.
Please help

dotnet-visual-basic
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

Viorel-1 avatar image
0 Votes"
Viorel-1 answered DewayneBasnett-7583 commented

If you also want to perform some numeric operations, then use BigInteger: https://docs.microsoft.com/en-us/dotnet/api/system.numerics.biginteger.




· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

I'm in vb.net environment.

0 Votes 0 ·

The documentation has a dropdown list where you can switch the programming language.


0 Votes 0 ·

This is the .Net link

system.numerics.biginteger


0 Votes 0 ·