You are here: Symbol Reference > MtxExprInt Namespace > Classes > VectorInt Record > public > CountInRange Method > VectorInt.CountInRange Method (integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
VectorInt.CountInRange Method (integer, integer)

Returns number of values within the interval.

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

Returns number of values which fullfill condition LowValue < Value[i] < HighValue. The function only supports prInt32 precision.

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