pe_array_num_values

Retrieves the number of values of a array

Usage syntax

int pe_array_num_values (PE_ARRAY array);

Parameters
array The array object
Description

This function retrieves the number of values in an array. That is, the number of coefficients used in the polynomial transformation. Used with PE_HTMETHOD and PE_ADHJCS objects.

Returns

On success, the number of values of the specified array object; on failure, zero

Examples

double num = pe_array_num_values(array1);