[Mono-bugs] [Bug 37744][Nor] Changed - Decimal.Round does not work properly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 10 Jun 2004 00:09:04 -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 sebastien@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=37744
--- shadow/37744 2003-05-13 11:44:27.000000000 -0400
+++ shadow/37744.tmp.11599 2004-06-10 00:09:04.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 37744
-Product: Mono/Runtime
+Product: Mono: Runtime
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
Component: misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: yoros@wanadoo.es
QAContact: mono-bugs@ximian.com
@@ -29,6 +29,10 @@
------- 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.
+
+------- Additional Comments From sebastien@ximian.com 2004-06-10 00:09 -------
+Fixed in CVS. Calls the Math.Round (decimal, int).
+Could be optimized post Mono 1.0 (like the rest of the class).