JCL Help:MaxFloatArrayIndex
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: MaxFloatArrayIndex Function
Search in JCL Help
Search in all projects
Summary
Returns the index of element with the maximum value in the array.
Pascal
function MaxFloatArrayIndex(const B: TDynFloatArray): Integer;
Parameters
Parameters | Description |
const B: TDynFloatArray | The array for which you want to know the value of the maximum. The array cannot be empty or an EMathError exception is raised. |
Return Value
The index of the element which contains the maximum value in the array.
Description
MaxFloatArrayIndex returns the index of the element that contains the maximum value found in the supplied array.
About
Unit
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