Uh oh!
There was an error while loading. Please reload this page.
Implement System.Decimal.Scale - #66403
Conversation
ghost
commented
Mar 9, 2022
Note regarding the This serves as a reminder for when your PR is modifying a ref *.cs file and adding/modifying public APIs, to please make sure the API implementation in the src *.cs file is documented with triple slash comments, so the PR reviewers can sign off that change. |
ghost
commented
Mar 9, 2022
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
e44914a to
0784508Compareghost
commented
Mar 9, 2022
Tagging subscribers to this area: @dotnet/area-system-runtime Issue DetailsAdds System.Decimal.Scale, a property that Closes #65074.
|
Adds System.Decimal.Scale, a property that returns the scaling factor of the decimal. Closesdotnet#65074.
0784508 to
4f1ba96Comparedanmoseley
commented
Mar 10, 2022
Thanks for the contribution @MichalPetryka . BTW as a small nit, it is ideal to not do a force push after the review, as everything must be re-reviewed rather than just any new changes since the review. Of course in this change that is easy for us. |
Adds System.Decimal.Scale, a property that
returns the scaling factor of the decimal.
Closes#65074.