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

Perform "greater than and less than" threshold operation on Vec elements from range [VecIndex]..[VecIndex+Len-1].

Pascal
function ThresholdGT_LT(const Vec: TMtxVecInt; const GTLevel: Integer; const GTValue: Integer; const LTLevel: Integer; const LTValue: Integer; VecIndex: integer; Index: integer; Len: integer): TMtxVecInt; overload;

Store the results in the calling object elements [Index]..[Index+Len-1]. Size of the calling object must be set explicitly. An exception is raised if TMtxVecBase.ConditionCheckConditionCheckis true and array borders are overrun/underrun.

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