<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to round TAV without bankers rounding in .net</title>
	<atom:link href="http://www.arolabs.com/aspnet/how-to-round-tav-without-bankers-rounding-in-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arolabs.com/aspnet/how-to-round-tav-without-bankers-rounding-in-net/</link>
	<description>automating your e-commerce</description>
	<lastBuildDate>Tue, 22 Dec 2009 20:54:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joe</title>
		<link>http://www.arolabs.com/aspnet/how-to-round-tav-without-bankers-rounding-in-net/comment-page-1/#comment-1864</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Tue, 14 Apr 2009 14:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.codehomepage.com/aspnet/how-to-round-tav-without-bankers-rounding-in-net/#comment-1864</guid>
		<description>That seems overly complicated. VB.NET lets you can change the rounding method to use common rounding instead of Bankers.

Math.Round(2.5, 0, MidpointRounding.AwayFromZero))</description>
		<content:encoded><![CDATA[<p>That seems overly complicated. VB.NET lets you can change the rounding method to use common rounding instead of Bankers.</p>
<p>Math.Round(2.5, 0, MidpointRounding.AwayFromZero))</p>
]]></content:encoded>
	</item>
</channel>
</rss>
