<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kerry D. Wong &#187; Number Conversion</title>
	<atom:link href="http://www.kerrywong.com/tag/number-conversion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrywong.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 02:01:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Watch Out for Number Conversion Errors</title>
		<link>http://www.kerrywong.com/2006/05/03/watch-out-for-number-conversion-errors/</link>
		<comments>http://www.kerrywong.com/2006/05/03/watch-out-for-number-conversion-errors/#comments</comments>
		<pubDate>Wed, 03 May 2006 10:27:56 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[C Sharp (C#)]]></category>
		<category><![CDATA[Number Conversion]]></category>

		<guid isPermaLink="false">http://dimension/2006/05/03/watch-out-for-number-conversion-errors/</guid>
		<description><![CDATA[Converting from floating point numbers (e.g. double, single) to integers can be tricky. And when not done carefully some very “strange” results can occur especially when complex mathematical calculations were involved. To demonstrate this, look at the code given below: double d = 0.1d; double t = 0.0d; for (int i = 1; i &#60; [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2006/05/03/watch-out-for-number-conversion-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

