AnalysisLibErrType Set1D (double array[], int numberOfElements, double setValue);
Sets the elements of an array to a specified constant value.
Input | ||
Name | Type | Description |
numberOfElements | integer | Number of elements in the array. |
setValue | double-precision | The constant value to assign to the elements of the input array. Default Value: 0.0 |
Output | ||
Name | Type | Description |
array | double-precision array | The array to set. |
Name | Type | Description |
status | AnalysisLibErrType | A value that specifies the type of error that occurred. Refer to analysis.h for definitions of these constants. |