NAME

cxParamDblGet - return parameter value as double

C SPECIFICATION

#include <cx/DataAccess.h>

double cxParamDblGet(cxParameter *src)

FORTRAN SPECIFICATION

double precision function cxParamDblGet(src)
integer src

PARAMETERS

src
Input data structure.

FUNCTION RETURN VALUE

Returns the parameter value as a double.

DESCRIPTION

cxParamDblGet returns the value of src as a double. If src is of type long, the value is cast to double. If src is of type string, a scanf is performed into a double variable and it is returned.

SEE ALSO

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