You are here: Symbol Reference > MtxExprInt Namespace > Functions > MtxExprInt.Mean Function
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxExprInt.Mean Function

Returns the average value of the source data.

Pascal
function Mean(const X: TMtxVecInt): double; overload;

Internally calls TMtxVecInt.Sum and divides with vector length.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!