JCL Help:SumFloatArray

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the sum of the array of values.


Pascal

 function SumFloatArray(const B: TDynFloatArray): Float;


Parameters

Parameters Description
const B: TDynFloatArray The array for which to calculate the sum. The array can be empty in which case the function returns 0.


Return Value

The sum of the elements or 0 if the array is empty.


Description

SumFloatArray calculates the sum of the elements of 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