leftline
From DavinciWiki
		(Redirected from Leftline)
		
		
| 
 Contents: Description, Arguments, Usage, Examples, Sub-Functions, Related Functions, Source Supported Under Version: >1.00 
 Description Determine the position of the left side of the data 
 Arguments and Return Values Arguments: Any numeric array including data and non-data values Return Value: A numeric array of size 1xNx1 with the positions of the left side of the data 
 Usage Syntax: leftline(data, [ignore = FLOAT]) 'data' - A numeric array ignore - The value of non-data points 
 Examples dv> a 829x3622x1 array of float, bsq format [12,010,552 bytes] dv> b=leftline(a,ignore=-32768) 1x3622x1 array of int, bsq format [14,488 bytes]  | 
 DavinciWiki Mini-Nav Bar Contents 
 Contact Developers 
 All other topics 
 
 
 
 
 Recent Library Changes Created On: 02-15-2006  |