Arbitrary precision decimals in C#?

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

Leave a Comment