[Mono-bugs] [Bug 37744][Nor] Changed - Decimal.Round does not work properly

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Tue, 13 May 2003 11:38:25 -0400 (EDT)


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 bmaurer@users.sf.net.

http://bugzilla.ximian.com/show_bug.cgi?id=37744

--- shadow/37744	Fri Feb  7 20:29:14 2003
+++ shadow/37744.tmp.18466	Tue May 13 11:38:25 2003
@@ -22,6 +22,9 @@
 in mono.
 
           Console.WriteLine(Decimal.Round(3.45M,1));
 
 Running in mono, it prints "3.5" instead of "3.4" that is the bankers
 rounding of "3.45".
+
+------- Additional Comments From bmaurer@users.sf.net  2003-05-13 11:38 -------
+*** Bug 40658 has been marked as a duplicate of this bug. ***