pe_array_values_set |
Sets the values of the array
int pe_array_values_set (PE_ARRAY array, int num_values, double *values);
array |
The array object |
num_values |
The number of values in the array |
values |
A pointer to the values of the array |
This function assigns a set of values to an array. Arrays are used with PE_HTMETHOD and PE_ADHJCS objects.
Returns one if successful; on failure, zero
pe_array_values_set(array1,6,params);