pe_array_values_copy

Retrieves a copy of the values in an array

Usage syntax

void pe_array_values_copy (PE_ARRAY array, double *values);

Parameters
array The array object
values A pointer to a copy of the array values
Description

This function retrieves a copy to the values of an array. Arrays are used with PE_HTMETHOD and PE_ADHJCS objects.

Returns

On success, a copy to the values of the specified array object; on failure, a null copy