NAME

cxParamTypeGet - return parameter type

C SPECIFICATION

#include <cx/DataAccess.h>

typedef enum { cx_param_long, cx_param_double, cx_param_string } cxParamType;

cxParamType cxParamTypeGet(cxParameter *src)

FORTRAN SPECIFICATION

integer cx_param_long
integer cx_param_double
integer cx_param_string

parameter (cx_param_long = 0) parameter (cx_param_double = 1) parameter (cx_param_string = 2)

integer function cxParamTypeGet(src) integer src

PARAMETERS

src
Input data structure.

FUNCTION RETURN VALUE

Returns the type of src.

DESCRIPTION

Returns the type of parameter src.

SEE ALSO

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