Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要一个变量来保存最多 10^100 的数字。整数会持有它还是我应该使用它们的另一种变量类型?
我正在使用 Visual Studio 2012 和 VB.net
您可以使用BigInteger:
BigInteger
表示任意大的有符号整数。