FNMeanreturns the mean value of the elements in the arrayA. Themeanis the average value of the elements in the array, which is computed by adding the values of the elements in the array and dividing the sum by the number of elements.
Errors
FNMeancauses an HTBasic error if its argument is not a REAL array.