AnalysisLibErrType Copy1D (double inputArray, int numberOfElements, double outputArray[]);
Copies the elements from one array to another array.
Use Copy1D to duplicate arrays for in place operations.
Input | ||
Name | Type | Description |
inputArray | double-precision array | The array to copy. |
numberOfElements | integer | Number of elements to copy to the output array. |
Output | ||
Name | Type | Description |
outputArray | double-precision array | The copy of the input array. |
Name | Type | Description |
status | AnalysisLibErrType | A value that specifies the type of error that occurred. Refer to analysis.h for definitions of these constants. |