rank function.afl
上传用户:shiqiang
上传日期:2009-06-12
资源大小:1289k
文件大小:1k
- //------------------------------------------------------------------------------
- //
- // Formula Name: rank function
- // Author/Uploader: walt schwarz
- // E-mail: wschwarz@optonline.net
- // Date/Time Added: 2003-05-26 17:15:01
- // Origin:
- // Keywords: rank array function
- // Level: medium
- // Flags: showemail,function
- // Formula URL: http://www.amibroker.com/library/formula.php?id=284
- // Details URL: http://www.amibroker.com/library/detail.php?id=284
- //
- //------------------------------------------------------------------------------
- //
- // will return the percent ranking of an item within a sorted array. (see
- // "sort" function)
- //
- //------------------------------------------------------------------------------
- function rankIt(rankItem,inlist)
- {
- //see where rankItem fits