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);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
function | public | System.Math.pas System.Math.hpp |
System.Math | System.Math |
Description
Renvoie la moindre valeur signée d'un tableau d'entiers.
Appelez MinIntValue pour obtenir le plus petit entier du tableau Data. Dans C++, le paramètre Data_Size indique l'indice du dernier élément du tableau (nombre total d'éléments moins un).