function MinEvery(const Vec1: TVecInt; const Vec2: TMtxVecInt): VectorInt;
Compare all Vec1 elements with corresponding Vec2 elements and return the smaller value as the result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec1 | TVecInt | |
| 2 | Vec2 | TMtxVecInt |
Returns: VectorInt