procedure MaxCols(const Dst: TVecInt);
Compute maximum of each column.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Dst | TVecInt |
Result: stored in self (calling object)
Remarks:
Compute maximum of each column and store the result in to Dst vector. The Dst is sized automatically.