System.Math.MaxIntValue

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

extern DELPHI_PACKAGE int __fastcall MaxIntValue(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 largest signed value in an integer array.

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).

See Also