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

Apply binary "and" between elements in the calling object and Value.

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

the result of binary "and" between Value and values in the calling object at locations [Index]..[Index+Len-1].

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