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: Mon Nov 18 13:51:29 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996