pe_array_values_pointer

Retrieves a pointer to the values of an array

Usage syntax

double * pe_array_values_pointer (PE_ARRAY array);

Parameters
array The array object
Description

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

Returns

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