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