JCL Help:MinFloatArrayIndex

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the index of element with the minimum value in the array.


Pascal

 function MinFloatArrayIndex(const B: TDynFloatArray): Integer;


Parameters

Parameters Description
const B: TDynFloatArray The array for which you want to know the value of the minimum. The array cannot be empty or an EMathError exception is raised.


Return Value

The index of the element which contains the minimum value in the array.


Description

MinFloatArrayIndex returns the index of the element that contains the minimum value found in the supplied array.


About

Unit

JclStatistics


Donator

ESB Consultancy


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page