what is the equivalent for java class : BigDecimal in c#
- by radi
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