JCL Help:MinFloatArray

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the minimum value in the array.


Pascal

 function MinFloatArray(const B: TDynFloatArray): Float;


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


Description

MinFloatArray returns 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