External Interfaces/API Reference    
mxIsUint32

True if mxArray represents its data as unsigned 32-bit integers

Fortran Syntax

Arguments

pm
   Pointer to an mxArray.

Returns

1 if the mxArray stores its data as unsigned 32-bit integers, and 0 otherwise.

Description

Use mxIsUint32 to determine whether or not the specified mxArray represents its real and imaginary data as 32-bit unsigned integers.

Calling mxIsUint32 is equivalent to calling

See Also

mxIsClass, mxGetClassID, mxIsInt8, mxIsInt16, mxIsInt32, mxIsUint8, mxIsUint16


  mxIsUint16 mxMalloc