RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.MaxIntValue Function

Returns the largest signed value in an integer array.

Pascal
function MaxIntValue(const Data: array of Integer): Integer;
C++
int MaxIntValue(const array of Integer Data);

Call MaxIntValue to obtain the largest integer from the Data array. In C++, Data_Size is the index of the last element in the array (one less than the number of elements). 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!