[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:44:27 -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	Tue May 13 11:38:25 2003
+++ shadow/37744.tmp.25801	Tue May 13 11:44:27 2003
@@ -1,16 +1,16 @@
 Bug#: 37744
-Product: Mono/Class Libraries
+Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
-Component: CORLIB
+Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: yoros@wanadoo.es               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -25,6 +25,10 @@
 
 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. ***
+
+------- Additional Comments From bmaurer@users.sf.net  2003-05-13 11:44 -------
+This looks like it is a problem in the runtime, as the Decimal.Round 
+function is a call to an external library.