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