|
-
May 17th, 2025, 12:33 AM
#1
[RESOLVED] BigDecimal in VB2022
I’ve written a Sub Factorial Calculator, first limited to UInt64 and Decimal. I rewrote it in Java, because that has BigInteger and BigDecimal datatypes. I want to rewrite my VB version. VB has BigInteger, but not BigDecimal. I tried a nuget addin but so far I haven’t been able to get it working. Does anyone have any experience of using BigDecimal in VB?
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
-
May 17th, 2025, 10:22 AM
#2
Re: BigDecimal in VB2022
Its better to use C# in searches instead of VB.NET and you will find much more info, e.g. BigDecimal package that has 8.4M+ downloads:
- NuGet: https://www.nuget.org/packages/Exten...cs.BigDecimal/
- Source on GitHub: https://github.com/AdamWhiteHat/BigDecimal
-
May 18th, 2025, 04:58 AM
#3
Re: BigDecimal in VB2022
 Originally Posted by peterst
Thanks. Looks like that will work. I’m still working on the finer details with that. Nowhere near so much help available online as with the Java version though…
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|