System.Math.MinIntValue
Delphi
function MinIntValue(const Data: array of Integer): Integer;
C++
extern DELPHI_PACKAGE int __fastcall MinIntValue(const int *Data, const int Data_High);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
Description
Returns the smallest signed value in an integer array.
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).