<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Decimal Negative Zero Representation [Lakshan Fernando]</title><link>http://blogs.msdn.com/b/bclteam/archive/2006/10/12/decimal-negative-zero-representation-lakshan-fernando.aspx</link><description>One of our customers wondered recently if we represent negative zero in Decimal. At first glance, it doesn’t look to be the case as seen below; 
 Decimal zero = Decimal .Zero; Decimal negativeZero_1 = new Decimal (0, 0, 0, true , 0); Decimal negativeZero_2</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>Much ado about zero, aka These zeroes won't ever amount to anything</title><link>http://blogs.msdn.com/b/bclteam/archive/2006/10/12/decimal-negative-zero-representation-lakshan-fernando.aspx#8436214</link><pubDate>Tue, 29 Apr 2008 01:16:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8436214</guid><dc:creator>Sorting it all Out</dc:creator><description>&lt;p&gt;The weirdness is easily noted if you try the following code in both .NET &amp;amp;lt;= 1.1 and .NET &amp;amp;gt;= 2.0:&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8436214" width="1" height="1"&gt;</description></item><item><title>Insanity defined: In the real world -0 == 0, in Vista -0 &lt; 0, and in Windows Server 2008 -0 ≮ 0</title><link>http://blogs.msdn.com/b/bclteam/archive/2006/10/12/decimal-negative-zero-representation-lakshan-fernando.aspx#7794874</link><pubDate>Tue, 19 Feb 2008 18:01:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7794874</guid><dc:creator>Sorting It All Out</dc:creator><description>&lt;p&gt;Somewhere in between zero and the smallest possible negative number there lies another number. NEGATIVE&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7794874" width="1" height="1"&gt;</description></item><item><title>re: Decimal Negative Zero Representation [Lakshan Fernando]</title><link>http://blogs.msdn.com/b/bclteam/archive/2006/10/12/decimal-negative-zero-representation-lakshan-fernando.aspx#849873</link><pubDate>Fri, 20 Oct 2006 19:39:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:849873</guid><dc:creator>WillSmith</dc:creator><description>&lt;p&gt;Keep up the good work. &amp;nbsp;This blog to me is one of the most important. &amp;nbsp;And BTW, please continue to evolve and improve the Decimal class. &amp;nbsp;An example, impliment a Decminal sepecific Pow method. &amp;nbsp;Decimal::Pow(). &amp;nbsp;The Math::Pow() uses doubles. &amp;nbsp;Precision is lost, or at least I can't control it.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=849873" width="1" height="1"&gt;</description></item></channel></rss>