Results 1 to 3 of 3

Thread: [RESOLVED] BigDecimal in VB2022

  1. #1

    Thread Starter
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,424

    Resolved [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?

  2. #2
    Fanatic Member
    Join Date
    Jun 2019
    Posts
    579

    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

  3. #3

    Thread Starter
    eXtreme Programmer .paul.'s Avatar
    Join Date
    May 2007
    Location
    Chelmsford UK
    Posts
    26,424

    Re: BigDecimal in VB2022

    Quote Originally Posted by peterst View Post
    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
    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…

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width