NAME

cxParamLongGet - return parameter value as a long

C SPECIFICATION

#include <cx/DataAccess.h>

long cxParamLongGet (cxParameter *src)

FORTRAN SPECIFICATION

integer function cxParamLongGet(src)
integer src

PARAMETERS

src
Parameter structure.

FUNCTION RETURN VALUE

Returns the value of src as a long.

DESCRIPTION

cxParamLongGet returns the value contained in src. If src is of type double, the value is cast to long. If src is of type string, a scanf is performed into a double value, and that value is cast to long.

SEE ALSO

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