Difference between revisions of "AMax"

From SCAR Divi Manual
Jump to: navigation, search
(Availability)
(Redirected page to TIAMax)
 
Line 1: Line 1:
==Definition==
+
#REDIRECT [[TIAMax]]
<source lang="scar" lines="false">
 
function AMax(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 largest of a given [[TIntArray]] of values '''Data'''.
 
 
 
==Example==
 
<source lang="scar">
 
begin
 
  WriteLn(AMax([1, 2, 3, 4]));
 
end.
 
</source>
 
 
 
Output:
 
4
 
 
 
==See Also==
 
*[[AMin]]
 
*[[AMaxE]]
 
*[[Max]]
 
*[[MaxE]]
 
 
 
[[Category:Functions]]
 
[[Category:Math Functions]]
 

Latest revision as of 17:08, 23 April 2012

Redirect to: