HALCON 17.12
/
HALCON Operator Reference
/
Tuple
HDevelop
.NET
C++
C
Classes
Classes
|
|
Operators
Bit Operations
List of Operators
tuple_band
TupleBand
TupleBand
tuple_band
Compute the bitwise and of two tuples.
tuple_bnot
TupleBnot
TupleBnot
tuple_bnot
Compute the bitwise not of a tuple.
tuple_bor
TupleBor
TupleBor
tuple_bor
Compute the bitwise or of two tuples.
tuple_bxor
TupleBxor
TupleBxor
tuple_bxor
Compute the bitwise exclusive or of two tuples.
tuple_lsh
TupleLsh
TupleLsh
tuple_lsh
Shift a tuple bitwise to the left.
tuple_rsh
TupleRsh
TupleRsh
tuple_rsh
Shift a tuple bitwise to the right.
Classes
Classes
|
|
Operators