|
From: <acl...@us...> - 2006-10-12 22:45:44
|
Revision: 589
http://svn.sourceforge.net/asapframework/?rev=589&view=rev
Author: aclemens
Date: 2006-10-12 15:45:34 -0700 (Thu, 12 Oct 2006)
Log Message:
-----------
doc update
Modified Paths:
--------------
trunk/asapframework/org/asapframework/util/NumberUtils.as
Modified: trunk/asapframework/org/asapframework/util/NumberUtils.as
===================================================================
--- trunk/asapframework/org/asapframework/util/NumberUtils.as 2006-10-12 20:19:14 UTC (rev 588)
+++ trunk/asapframework/org/asapframework/util/NumberUtils.as 2006-10-12 22:45:34 UTC (rev 589)
@@ -98,7 +98,7 @@
/**
Finds the normalized value (between 0 and 1) of the number inValueToNormalize, related to the normalized range, defined by lowest range value inMinValue and highest range value inMaxValue.
Normalizes a value, making it a value between 0 and 1
- @param inValueToNormalize: y value of point to normalize
+ @param inValueToNormalize: value to normalize
@param inMinValue: min value
@param inMaxValue: max value
@return The normalized y value: a value between 0 and 1.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|