vec_any_numeric: Any Element Numeric

d = vec_any_numeric(a)

Tests whether any element of the given vector is numeric (not a NaN). The result is 1 if any element of a is numeric (not a NaN). Otherwise, the result is 0.

Table 1. Any Element Numeric
d a
int vector double