Returns the largest signed value in an integer array.
function MaxIntValue(const Data: array of Integer): Integer;
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!
|