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

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

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

the result of binary "or" 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!