Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Decimal is a non-integer number which is stored to a set level of precision. Decimals have a precision property, which is the number of digits stored, and a scale decimal places property, which is the number of digits after the decimal place. The maximum number of integer digits is therefore precision - scaledecimal places. If the number of integer digits is greater than the limit, analysis will fail. Decimal places will be stored to the scale specified.

...