Difference between revisions of "AMin"

From SCAR Divi Manual
Jump to: navigation, search
(Redirected page to TIAMin)
 
Line 1: Line 1:
==Definition==
+
#REDIRECT [[TIAMin]]
<source lang="scar" lines="false">
 
function AMin(Data: TIntArray): Integer;
 
</source>
 
  
==Availability==
+
[[Category:Deprecated Functions]]
SCAR Divi 3.00 > Current
 
 
 
* '''Data''' was a [[TIntegerArray]] before SCAR Divi 3.28.
 
 
 
==Description==
 
Returns the smallest of a given [[TIntArray]] of values '''Data'''.
 
 
 
==Example==
 
<source lang="scar">
 
begin
 
  WriteLn(AMin([1, 2, 3, 4]));
 
end.
 
</source>
 
 
 
Output:
 
1
 
 
 
==See Also==
 
*[[AMax]]
 
*[[AMinE]]
 
*[[Min]]
 
*[[MinE]]
 
 
 
[[Category:Functions]]
 
[[Category:Math Functions]]
 

Latest revision as of 17:08, 23 April 2012

Redirect to: