You are here: Symbol Reference > MtxExprInt Namespace > Classes > MatrixInt Record > public > CountInRange Method > MatrixInt.CountInRange Method (integer, integer)
MtxVec VCL
ContentsIndex
PreviousUpNext
MatrixInt.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.

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