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 ALSO

cxDataAllocErrorGet(3E)
Last modified: Mon Nov 18 13:51:27 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996