void SumRows(TVecInt *Dst);
Calculates the sum of each of the calling matrix Rows.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TVecInt * |
Remarks:
Calculates the sum of each of the calling matrix Rows and stores the results in Dst vector. The TMtxByte::Length and TMtxByte::IntPrecision properties of the Dst vector are adjusted automatically.
See Also: TMtxByte::SumCols
Declared in Dew::Math::TMtxInt · Dew.Math/MtxVecInt.h · Cross-compiler