double Mean(TMtxVecInt *X);
Returns the average value of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVecInt * |
Remarks:
Internally calls TMtxVecInt::Sum and divides with vector length.
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler