Returns smallest signed value in an array.
function MinValue(const Data: array of Double): Double;
Double MinValue(const array of Double Data);
MinValue returns the smallest signed value in the Data array. The Data_Size parameter specifies the index of the last element in the array (one less than the total number of elements).
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|