JCL Help:MaxFloatArray

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the maximum value in the array.


Pascal

 function MaxFloatArray(const B: TDynFloatArray): Float;


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 maximum value found in the array.


Description

MaxFloatArray returns the maximum 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