VisionNavi User Manual
68
[Bit Operations (Bit operation)]
[Comparison (Comparison operation)]
Function name Overview
Example of use
band
Compute the bitwise and of two tuples.
BAnd := T1 band T2
bnot
Compute the bitwise not of a tuple.
BNot := bnot T
bor
Compute the bitwise or of two tuples.
BOr := T1 bor T2
bxor
Compute the bitwise exclusive or of two
tuples.
BXor := T1 bxor T2
lsh
Shift a tuple bitwise to the left.
Lsh := lsh(T, Shift)
rsh
Shift a tuple bitwise to the right.
Rsh := rsh(T, Shift)
Function name Overview
Example of use
equal
Test whether two tuples are equal.
Equal := T1 == T2 or
Equal := T1 = T2
equal_elem
Test, whether two tuples are elementwise
equal.
Equal := T1 [==] T2 or
Equal := T1 [=] T2
greater
Test whether a tuple is greater than another
tuple.
Greater := T1 > T2
greater_elem
Test, whether a tuple is elementwise greater
than another tuple.
Greater := T1 [>] T2
greater_equal
Test whether a tuple is greater or equal to
another tuple.
Greatereq := T1 >= T2
greater_equal_ele
m
Test, whether a tuple is elementwise greater
or equal to another tuple.
Greatereq := T1 [>=] T2
less
Test whether a tuple is less than another
tuple.
Less := T1 < T2
less_elem
Test, whether a tuple is elementwise less
than another tuple.
Less := T1 [<] T2
less_equal
Test whether a tuple is less or equal to
another tuple.
Lesseq := T1 <= T2
less_equal_elem
Test, whether a tuple is elementwise less or
equal to another tuple.
Lesseq := T1 [<=] T2
Function name Overview
Example of use
not_equal
Test whether two tuples are not equal.
Nequal := T1 != T2 or
Nequal := T1 # T2
not_equal_elem
Test, whether two tuples are elementwise not
equal.
Nequal := T1 [!=] T2 or
Nequal := T1 [#] T2
Содержание VisionNavi
Страница 1: ...User Manual VisionNavi...
Страница 6: ...VisionNavi User Manual vi...
Страница 8: ...VisionNavi User Manual 16...
Страница 9: ...Chapter 1 1 Outline of inspection...
Страница 22: ...VisionNavi User Manual 14...
Страница 23: ...Chapter 2 2 Tool...
Страница 24: ...VisionNavi User Manual 18 2 1 Tool Description List A list of tools that can be selected...
Страница 95: ...89 VisionNavi User Manual Chapter 2 Tool...