what is the equivalent for java class : BigDecimal in c#

Posted by radi on Stack Overflow See other posts from Stack Overflow or by radi
Published on 2010-05-19T06:44:12Z Indexed on 2010/05/19 6:50 UTC
Read the original article Hit count: 299

Filed under:
|
|
|

hi all , BigDecimal is a class in java.math package it has a lot of benefits for handling big numbers with certain scale . is there an equivalent class or data type in c# with this features

© Stack Overflow or respective owner

Related posts about java

Related posts about bigdecimal