RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Math.MinIntValue Function

Returns the smallest signed value in an integer array.

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

Math

Call MinIntValue to obtain the smallest integer in the Data array. In C++, the Data_Size parameter specifies the index of the last element in the array (one less than the total number of elements). 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!