简体   繁体   中英

Arbitrary precision decimals in C#?

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM