MATLAB Application Program Interface
  Go to function:
    Search    Help Desk 
mxIsUint16    See Also

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

C Syntax

Arguments

array_ptr
  Pointer to an mxArray.

Returns

true if the mxArray stores its data as unsigned 16-bit integers; otherwise, returns false.

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

mxGetClassID, mxIsClass, mxIsInt8, mxIsInt16, mxIsInt32, mxIsUint16, mxIsUint32



[ Previous | Help Desk | Next ]