Function
Converts the contents of an Array into scalar floating-point values.
Syntax
#include <dx/dx.h>
Array DXScalarConvert(Array a)
Functional Details
Creates a new Array with the contents of Array a converted to scalar floating-point values, using the same conversion routines as DXStatistics.
Return Value
Returns a copy of the converted Array or returns a if it is already scalar float; otherwise, returns NULL and sets an error code.
See Also
12.8 , "Extracting Module Parameters".