External Interfaces Reference Previous page   Next Page
mxIsUint32

Determine if mxArray represents data as unsigned 32-bit integers

C Syntax

Arguments

array_ptr
   Pointer to an mxArray.

Returns

Logical 1 (true) if the mxArray stores its data as unsigned 32-bit integers, and logical 0 (false) 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, mxIsUint8, mxIsUint16, mxIsUint64, mxIsInt8, mxIsInt16, mxIsInt32, mxIsInt64


Previous page  mxIsUint16 mxIsUint64 Next page

© 1994-2005 The MathWorks, Inc.