External Interfaces Reference |
Determine if input is mxArray
of unsigned 16-bit integers
Fortran Syntax
Arguments
Returns
Logical 1
(true
) if the mxArray
stores its data as unsigned 16-bit integers, and logical 0
(false
) otherwise.
Description
Use mxIsUint16
to determine whether or not the specified mxArray
represents its real and imaginary data as 16-bit unsigned integers.
Calling mxIsUint16
is equivalent to calling
See Also
mxIsClass
, mxGetClassID
, mxIsUint8
, mxIsUint32
, mxIsUint64
, mxIsInt8
, mxIsInt16
, mxIsInt32
, mxIsInt64
mxIsUint8 | mxIsUint32 |
© 1994-2005 The MathWorks, Inc.