vec_all_numeric: All Elements Numeric

d = vec_all_numeric(a)

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

Table 1. All Elements Numeric
d a
int vector double