NAME

cxParamLongNew - create a parameter of type long

C SPECIFICATION

#include <cx/DataAccess.h>

cxParameter *cxParamLongNew(long val)

FORTRAN SPECIFICATION

integer function cxParamLongNew(val)
integer val

PARAMETERS

val
Parameter value.

FUNCTION RETURN VALUE

Returns a pointer to a new parameter of type long.

DESCRIPTION

Creates a parameter of type long integer and sets its value.

SEE ALSO

cxParameter(3E)
Last modified: Aug 04 13:51 1999
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1999