External Interfaces/API Reference    
mxIsInt16

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

Fortran Syntax

Arguments

pm
   Pointer to an mxArray.

Returns

1 if the array stores its data as signed 16-bit integers, and 0 otherwise.

Description

Use mxIsInt16 to determine whether or not the specified array represents its real and imaginary data as 16-bit signed integers.

Calling mxIsInt16 is equivalent to calling

See Also

mxIsClass, mxGetClassID


  mxIsInt8 mxIsInt32