VectorInt MaxEvery(TVecInt *Vec1, TMtxVecInt *Vec2);
Compare all Vec1 elements with corresponding Vec2 elements and return bigger value as result.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Vec1 | TVecInt * | |
| 2 | Vec2 | TMtxVecInt * |
Remarks:
Size and TMtxVec::Complex property of result object are adjusted automatically to match those of Vec1 and Vec2. An exception is raised if Vec1 and Vec2 size and TMtxVecInt::IntPrecision property do not match.
Declared in Dew::Math::Units::MtxExprInt · Dew.Math/Units.MtxExprInt.h · Cross-compiler