Returns the largest signed value in an array.
function MaxValue(const Data: array of Double): Double;
Double MaxValue(const array of Double Data);
Math
MaxValue returns the largest signed value in the Data array. In C++, the Data_Size parameter gives the index of the last element of the array (one less than the number of elements).
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|