You are here: Symbol Reference > AbstractMtxVecInt Namespace > Classes > TMtxVecInt Class > public > MinEvery Method > TMtxVecInt.MinEvery Method (TMtxVecInt, TMtxVecInt)
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxVecInt.MinEvery Method (TMtxVecInt, TMtxVecInt)

Compare all Vec1 elements with corresponding Vec2 elements and store the smaller value in Self.

Pascal
function MinEvery(const Vec1: TMtxVecInt; const Vec2: TMtxVecInt): TMtxVecInt; overload;

Stores the results in to the calling object. Size and TMtxVec.Complex property of calling 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.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!