vec_all_ngt
Purpose
Tests whether each element of the first argument is not greater than the corresponding element of the second argument.
Syntax
d=vec_all_ngt(a, b)Result and argument types
The following table describes the types of the returned value and the function arguments.
| d | a | b |
|---|---|---|
| int | vector float | vector float |
| vector double | vector double |
Result value
The result is 1 if each element
of a is not greater than the corresponding element
of b. Otherwise, the result is 0.