Math.Round () function problem in C #

Source: Internet
Author: User

Math.Round () There is a problem when rounding:
Math.Round (2.5,0) = 2;
Math.Round (3.5,0) = 4;

2.5 should be equal to 3.

This problem also exists in ASP, but there is also a formatnumber in ASP, but still do not know how to use.

Explain:

Math.Round () to be exact, this function is not rounded, but four homes six into the five, that is less than 4 or greater than 6 of the house is not disputed, and 5 is in the middle, if rounding will cause the overall deviation of the data, so the principle is: if the rounding bit is 5, Then the last one after rounding is an even number, which is international practice.

Now do the project to 5 into, the solution:

The current practice is:
For example: (3.45*10+0.5) rounding, then divided by 10

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.