[Mono-bugs] [Bug 79977][Wis] Changed - [PATCH] Decimal did not implement AwayFromZero Rounding.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Nov 19 03:59:08 EST 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by redforks at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79977
--- shadow/79977 2006-11-19 03:58:22.000000000 -0500
+++ shadow/79977.tmp.5192 2006-11-19 03:59:08.000000000 -0500
@@ -29,6 +29,11 @@
I also found Decimal rounding is a little mass:
1. there is a internal function decimalRound, but don't used
2. Math.Round(decimal) don't call Decimal.Round(), and do itself.
Decimal.Round() isn't correct?
+
+------- Additional Comments From redforks at gmail.com 2006-11-19 03:59 -------
+Created an attachment (id=18114)
+patch
+
More information about the mono-bugs
mailing list