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

Apply binary "or" between coresponding elements in Src and Self.

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

the result of binary "or" of Src values [SrcIndex]...[SrcIndex+Len-1] with coresponding values in Self (this) [Index]..[Index+Len-1].

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