MtxExprInt::Mean Function

double Mean(TMtxVecInt *X);

Returns the average value of the source data.

#NameTypeDescription
1XTMtxVecInt *
Remarks:

Internally calls TMtxVecInt::Sum and divides with vector length.

Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler