MtxExprInt.MaxEvery Method

function MaxEvery(const Vec1: TVecInt; const Vec2: TMtxVecInt): VectorInt;

Compare all Vec1 elements with corresponding Vec2 elements and return bigger value as result.

#NameTypeDescription
1Vec1TVecInt
2Vec2TMtxVecInt

Returns: VectorInt

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.