NAME

cxParamDoubleNew - create an IRIS Explorer parameter of type double.

C SPECIFICATION

#include <cx/DataAccess.h>

cxParameter *cxParamDoubleNew(double val)

FORTRAN SPECIFICATION

integer function cxParamDoubleNew(val)
double precision val

PARAMETERS

val
New parameter value.

FUNCTION RETURN VALUE

Returns a pointer to a new parameter of type double.

DESCRIPTION

Creates a parameter of type double and sets its value.

See cxDataManAbortOnError for more details on writing portable module code that copes well with limited memory.

SEE ALSO

cxDataManAbortOnError



[ Documentation Home ]