Next: ordfilter, Previous: oplot, Up: Internal Routines [Contents][Index]
x or y
Logical binary or operator. x or y
combines the bits of integers
x
and y
such that any bit in the result is set (i.e.,
equal to 1
) if the corresponding bits of either x
or
y
or both are set.