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