function MaxCols(const Src: TMtxInt): VectorInt;
Compute maximum of each column.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TMtxInt |
Returns: VectorInt
Remarks:
Compute maximum of each column and store the result in to Dst VectorInt. The Dst is sized automatically.