lessThan — perform a component-wise less-than comparison of two vectors
bvec lessThan( | vec x, |
vec y); |
bvec lessThan( | ivec x, |
ivec y); |
bvec lessThan( | uvec x, |
uvec y); |
xSpecifies the first vector to be used in the comparison operation.
ySpecifies the second vector to be used in the comparison operation.