[Mono-bugs] [Bug 58792][Wis] Changed - GetHashCode for Single, Double and Decimal aren't optimal
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Sat, 6 Nov 2004 00:57:19 -0500 (EST)
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=58792
--- shadow/58792 2004-05-21 14:52:59.000000000 -0400
+++ shadow/58792.tmp.1620 2004-11-06 00:57:19.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 58792
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: CORLIB
AssignedTo: mono-bugs@ximian.com
ReportedBy: sebastien@ximian.com
QAContact: mono-bugs@ximian.com
@@ -34,6 +34,9 @@
------- Additional Comments From bmaurer@users.sf.net 2004-05-21 14:52 -------
A logical thing to do would be to take the value of the bits. I think
you can do this with unsafe code. IIRC, you can do
return (*((long*)&this.m_value)).GetHashCode ();
+
+------- Additional Comments From bmaurer@users.sf.net 2004-11-06 00:57 -------
+Fixed in cvs