Share via

Very long integer

kaveh rahimi 66 Reputation points
2021-06-22T04:15:33.233+00:00

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

Developer technologies | VB
0 comments No comments

1 answer

Sort by: Most helpful
  1. Viorel 127K Reputation points
    2021-06-22T04:22:35.55+00:00

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

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.