[Mono-bugs] [Bug 60227][Wis] Changed - System.Decimal class has different behaviour from MS implementation

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 25 Aug 2004 08:04:34 -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=60227

--- shadow/60227	2004-08-25 07:58:19.000000000 -0400
+++ shadow/60227.tmp.26605	2004-08-25 08:04:34.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: sebastien@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -37,6 +37,11 @@
 
 Most problems have "temporary" solutions for Mono 1.0 (except scale in some
 cases) but they all affect the class performance.
 
 ------- Additional Comments From sebastien@ximian.com  2004-08-25 07:58 -------
 *** Bug 63902 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From sebastien@ximian.com  2004-08-25 08:04 -------
+Fx 2.0 has introduced a new enum, System.MidpointRounding, to control
+how the rounding is done (not only for Decimal) so banker's rounding
+won't be the only possible choice (or required support).