JCL Help:SumSquareFloatArray

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Returns the sum of the square of the elements.


Pascal

 function SumSquareFloatArray(const B: TDynFloatArray): Float;


Parameters

Parameters Description
const B: TDynFloatArray The array for which to calculate the sum of the squares.


Return Value

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


Description

SumSquareFloatArray calculates the sum of the square of the elements.


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