pe_array_values_set

Sets the values of the array

Usage syntax

int pe_array_values_set (PE_ARRAY array, int num_values, double *values);

Parameters

array

The array object

num_values

The number of values in the array

values

A pointer to the values of the array

Description

This function assigns a set of values to an array. Arrays are used with PE_HTMETHOD and PE_ADHJCS objects.

Returns

Returns one if successful; on failure, zero

Examples

pe_array_values_set(array1,6,params);