You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtxVecInt Class > TMtxVecInt Methods > BinaryOr Method > TMtxVecInt.BinaryOr Method (int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtxVecInt.BinaryOr Method (int, int, int)

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

Syntax
C#
Visual Basic
public TMtxVecInt BinaryOr(int Value, int Index, int Len);

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

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