Decimal data type in Visual Basic 6.0
Posted
by Appu
on Stack Overflow
See other posts from Stack Overflow
or by Appu
Published on 2009-07-22T02:57:38Z
Indexed on
2010/03/13
11:05 UTC
Read the original article
Hit count: 845
I need to do calculations (division or multiplication) with very large numbers. Currently I am using Double and getting the value round off problems. I can do the same calculations accurately on C# using Decimal type. I am looking for a method to do accurate calculations in VB6.0 and I couldn't find a Decimal type in VB6.0.
What is the data type used for doing arithmetic calculations with large values and without getting floating point round off problems?
Thanks
© Stack Overflow or respective owner