JCL Help:IsPositiveFloatArray

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Tests whether an array contains only positive elements.


Pascal

 function IsPositiveFloatArray(const X: TDynFloatArray): Boolean;


Parameters

Parameters Description
const X: TDynFloatArray The array of floats to test.


Return Value

If the supplied array contains only elements with a value greater than 0 the function returns True. If one or more elements is smaller than or equal to 0 the function returns False. If the array is empty an EMathError exception is raised.


Description

IsPositiveFloatArray tests whether or not the supplied array contains only elements with a value greater than 0. The comparison is based on the


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