NAME

cxParamDblSet - set parameter value to a double value

C SPECIFICATION

#include <cx/DataAccess.h>

cxErrorCode cxParamDblSet(cxParameter *src, double val)

FORTRAN SPECIFICATION

integer function cxParamDblSet(src, val)
integer src
double precision val

PARAMETERS

src
Parameter structure.
val
New parameter value.

FUNCTION RETURN VALUE

Returns an integer error code enumeration.

DESCRIPTION

Sets the contents of src to the value val. The type of src is not changed. If src is of type cx_param_string, the val is converted to a character string with full decimal precision. cxParamDblSet returns cx_err_none on success.

SEE ALSO

cxParameter(3E)
Last modified: May 27 12:34 1999
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1999