Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
gltrans amount uses double and not decimal
07-05-2017, 09:34 PM,
#5
RE: gltrans amount uses double and not decimal
The Decimal, Double, and Float variable types are different in the way that they store the values. Precision is the main difference where float is a single precision (32 bit) floating point data type, double is a double precision (64 bit) floating point data type and decimal is a 128-bit floating point data type.

Float - 32 bit (7 digits)

Double - 64 bit (15-16 digits)

Decimal - 128 bit (28-29 significant digits)

More about...Difference between Decimal, Float and Double

Mark
Reply


Messages In This Thread
RE: gltrans amount uses double and not decimal - by joviermark - 07-05-2017, 09:34 PM

Forum Jump:


Users browsing this thread: 2 Guest(s)