Arbitrary precision decimals in C#?

前端 未结 1 523
半阙折子戏
半阙折子戏 2020-12-02 00:17

Is there an arbitrary-precision decimal class available for C#? I\'ve seen a couple of arbitrary precision integer classes, but that\'s not quite the same thing.

相关标签:
1条回答
  • 2020-12-02 01:04

    You can use J# library's java.math.BigDecimal class if you have it installed. Just add a reference to vjslib.

    /me remembers one of the betas in which we had System.Numeric.BigDecimal, sigh
    
    0 讨论(0)
提交回复
热议问题