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

Apply binary "and" between elements in Src and Value.

Pascal
function BinaryAnd(const Src: TMtxVecInt; Value: integer; SrcIndex: integer; Index: integer; Len: integer): TMtxVecInt; overload;

the result of binary "and" of Value with coresponding values in Src [SrcIndex]..[SrcIndex+Len-1] stored in the calling object at locations [Index]..[Index+Len-1].

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