void regress_annotation_object_compute_sum_nz RegressAnnotationObject* object int* nums int n_nums regress_annotation_object_compute_sum_nz void regress_annotation_object_compute_sum_nz (RegressAnnotationObject* object, int* nums, int n_nums);

Test taking a zero-terminated array with length parameter

<code>object</code>

a

<code>nums</code>

Sequence of numbers that are zero-terminated

<code>n_nums</code>

Length of number array

<code>Returns</code>