In Java, there is a class called BigInteger, which instances present (allmost) infinite big integers. There are also appropiate methods for adding, dividing, ...
Is there something similar for Visual Basic?
Thanks a lot,
Hennie
Printable View
In Java, there is a class called BigInteger, which instances present (allmost) infinite big integers. There are also appropiate methods for adding, dividing, ...
Is there something similar for Visual Basic?
Thanks a lot,
Hennie
There is not built-in similar in VB, you must made you own class, or take one made by someone else.