I
Israel Rodriguez
I was just checking the .NET C# Reference and found that the decimal
type is limited to 29 decimal places (seems to be the largest
on .NET):
http://msdn.microsoft.com/en-us/library/364x0z75.aspx
I'm developing a financial system, that calculates amount's of money
(with currency conversion) over almost 20 years...and my boss did the
old version of the system in Excel, and we foun that Excel uses over
100 decimal places (and after the years calculation, it's giving a lot
of difference). My question: Is there any way i can use more decimal
places on .NET?
type is limited to 29 decimal places (seems to be the largest
on .NET):
http://msdn.microsoft.com/en-us/library/364x0z75.aspx
I'm developing a financial system, that calculates amount's of money
(with currency conversion) over almost 20 years...and my boss did the
old version of the system in Excel, and we foun that Excel uses over
100 decimal places (and after the years calculation, it's giving a lot
of difference). My question: Is there any way i can use more decimal
places on .NET?