 




<?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: Visual Basic Get Average Change of Variable</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/visual-basic-get-average-change-of-variable/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/visual-basic-get-average-change-of-variable/</link>
	<description></description>
	<lastBuildDate>Sat, 25 May 2013 05:16:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/visual-basic-get-average-change-of-variable/#comment-111097</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Fri, 14 Sep 2012 08:18:58 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/visual-basic-get-average-change-of-variable/#comment-111097</guid>
		<description><![CDATA[The code is not sufficient. Clearly, aa has (1) added to it, but it&#039;s not clear how it ever gets a value greater than (1). Is there a loop or an event that invokes this code? How is the time duration determined? Is this code called once every minute? I see that (ab = oa) when (aa = 0), but I don&#039;t see any way for aa ever to have the value (0). Enough code must be shown so that the structure is visible. -- Tom]]></description>
		<content:encoded><![CDATA[<p>The code is not sufficient. Clearly, aa has (1) added to it, but it&#8217;s not clear how it ever gets a value greater than (1). Is there a loop or an event that invokes this code? How is the time duration determined? Is this code called once every minute? I see that (ab = oa) when (aa = 0), but I don&#8217;t see any way for aa ever to have the value (0). Enough code must be shown so that the structure is visible. &#8212; Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sherlockturtle</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/visual-basic-get-average-change-of-variable/#comment-110923</link>
		<dc:creator>sherlockturtle</dc:creator>
		<pubDate>Tue, 11 Sep 2012 02:54:31 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/visual-basic-get-average-change-of-variable/#comment-110923</guid>
		<description><![CDATA[This is ever x ammount of seconds to gather data. &#160;OA is the variable thats going up. &#160;AA starts of = 0. AB is the final number. &#160;But it doesnt seem to work.   aa += 1 
        If (aa = 0) Then
            ab = oa
        End If
        If (aa = 5) Then
            Label7.Text = (oa - ab) / aa
            aa = 0
        End If]]></description>
		<content:encoded><![CDATA[<p>This is ever x ammount of seconds to gather data. &nbsp;OA is the variable thats going up. &nbsp;AA starts of = 0. AB is the final number. &nbsp;But it doesnt seem to work.   aa += 1<br />
        If (aa = 0) Then<br />
            ab = oa<br />
        End If<br />
        If (aa = 5) Then<br />
            Label7.Text = (oa &#8211; ab) / aa<br />
            aa = 0<br />
        End If</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TomLiotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/visual-basic-get-average-change-of-variable/#comment-110920</link>
		<dc:creator>TomLiotta</dc:creator>
		<pubDate>Tue, 11 Sep 2012 01:40:55 +0000</pubDate>
		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/visual-basic-get-average-change-of-variable/#comment-110920</guid>
		<description><![CDATA[Just subtract the initial value from the final value and divide by the number of minutes -- (final - initial)/minutes -- but it&#039;s hard to be specific without seeing your definitions. -- Tom]]></description>
		<content:encoded><![CDATA[<p>Just subtract the initial value from the final value and divide by the number of minutes &#8212; (final &#8211; initial)/minutes &#8212; but it&#8217;s hard to be specific without seeing your definitions. &#8212; Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.040 seconds using memcached
Object Caching 295/301 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-25 05:39:20 -->