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

Returns number of values within the interval.

Pascal
function CountInRange(const LowValue: integer; const HighValue: integer; const Index: integer; Len: integer): integer; overload;

Returns number of values which fullfill condition LowValue < Value[i] < HighValue, for i traversing the range [Index]..[Index+Len-1]

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