NAME
cxDataPrimSize
- return size of data primitive element
C SPECIFICATION
#include <cx/DataAccess.h>
long cxDataPrimSize(cxData *data)
FORTRAN SPECIFICATION
integer function cxDataPrimSize(data)
integer data
PARAMETERS
-
data
-
Data structure.
FUNCTION RETURN VALUE
Returns size in bytes of a single element of a node in data.
DESCRIPTION
Returns the number of bytes of data's primitive type,
that is, it returns
sizeof(short) if data's primitive type is cx_prim_short.
SEE ALSO
cxDataNew(3E)
Last modified: Mon Nov 18 13:48:11 GMT 1996
[ Documentation Home ]
© The Numerical Algorithms Group Ltd, Oxford UK. 1996