Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Microsoft Dynamics AX (Archived)

DecRound not working as expected sometimes

(0) ShareShare
ReportReport
Posted on by 5

I have to round some field data with 2 decimal positions, when i run it in a job (client side), it just works as expected:

Screenshot_5F00_20190416_5F00_102510.png

it works because, in this case, i want to get 110.03, that is the right number rounded.

But, when i try to use this one in a web service (server side), it just does not get rounded, i just get 110.02, instead of 110.03 (the right value). See the image:

Screenshot_5F00_20190416_5F00_102211.png

See decRounded, the value is 110.025, and this rounded should be 110.03 instead of 110.02,

Is there a reason for this behavior?

*This post is locked for comments

  • mpinto198 Profile Picture
    5 on at
    RE: DecRound not working as expected sometimes

    docs.microsoft.com/.../system.math.round;view=netframework-4.7.2#System_Math_Round_System_Double_System_Int32_System_MidpointRounding_

    I have to use System.Math.Round, to fix this behavior.

    System.Math::Round(value,decimals,System.MidpointRounding::AwayFromZero)

    The MidpointRounding::AwayFromZero was the trick.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Jonas ”Jones” Melgaard – Community Spotlight

We are honored to recognize Jonas "Jones" Melgaard as our April 2025…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 294,000 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 232,850 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,158 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans