Function
Returns a floating-point Array with a single floating-point value.
Syntax
#include <dx/dx.h>
Array DXMakeFloat(float f);
Functional Details
Creates an Array of type TYPE_FLOAT containing a single specified floating-point value (f). The Array can be deleted with DXDelete().
Return Value
Returns the Array or returns NULL and sets an error code.
[Data Explorer Home Page | Contact Data Explorer | Same document on Data Explorer Home Page ]