System.Math.MaxIntValue

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function MaxIntValue(const Data: array of Integer): Integer;

C++

extern DELPHI_PACKAGE int __fastcall MaxIntValue(int const *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 plus grande valeur signée dans un tableau d'entiers.

Appelez MaxIntValue pour obtenir le plus grand entier du tableau Data. Dans C++, Data_Size est l'indice du dernier élément dans le tableau (nombre d'éléments moins un).

Voir aussi