<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: What You Should Know About Rounding in VB.NET</title>
	<link>http://vbnotebookfor.net/2007/07/31/what-you-should-know-about-rounding-in-vbnet/</link>
	<description>Articles on VB.NET and Software Development Team Leadership</description>
	<pubDate>Sat, 22 Nov 2008 06:52:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Stephen Slocum</title>
		<link>http://vbnotebookfor.net/2007/07/31/what-you-should-know-about-rounding-in-vbnet/#comment-1205</link>
		<author>Stephen Slocum</author>
		<pubDate>Thu, 11 Sep 2008 14:20:38 +0000</pubDate>
		<guid>http://vbnotebookfor.net/2007/07/31/what-you-should-know-about-rounding-in-vbnet/#comment-1205</guid>
		<description>I'm having a hard time with Math.Round.  Any idea why:

Math.Round(515.435, 2, MidpointRounding.AwayFromZero)

returns 515.43 in VB.NET 2008?  I really, really need it to return 515.44.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having a hard time with Math.Round.  Any idea why:</p>
<p>Math.Round(515.435, 2, MidpointRounding.AwayFromZero)</p>
<p>returns 515.43 in VB.NET 2008?  I really, really need it to return 515.44.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
