AnalysisLibErrType Clear1D (double array[], int numberOfElements);
Sets the elements of an array to zero.
Input | ||
Name | Type | Description |
numberOfElements | integer | Number of elements in the array. |
Output | ||
Name | Type | Description |
array | double-precision array | The array to clear. |
Name | Type | Description |
status | AnalysisLibErrType | A value that specifies the type of error that occurred. Refer to analysis.h for definitions of these constants. |