Implement System.Decimal.Scale (#66403)
authorMichalPetryka <35800402+MichalPetryka@users.noreply.github.com>
Thu, 10 Mar 2022 03:26:36 +0000 (04:26 +0100)
committerGitHub <noreply@github.com>
Thu, 10 Mar 2022 03:26:36 +0000 (20:26 -0700)
commit4ba076e988db4b68bacad7450b945a4e07730025
tree54b98baa3f9d46501561e2846e85fcc1175fa7ed
parentc2ec86b1c552ac8a1749f9f98e012f707e325660
Implement System.Decimal.Scale (#66403)

Adds System.Decimal.Scale, a property that
returns the scaling factor of the decimal.

Closes #65074.
src/libraries/System.Private.CoreLib/src/System/Decimal.DecCalc.cs
src/libraries/System.Private.CoreLib/src/System/Decimal.cs
src/libraries/System.Runtime/ref/System.Runtime.cs
src/libraries/System.Runtime/tests/System/DecimalTests.cs