External Interfaces/API Reference    
mxIsInt8

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

Fortran Syntax

Arguments

pm
   Pointer to an mxArray.

Returns

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

Description

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

Calling mxIsInt8 is equivalent to calling

See Also

mxIsClass, mxGetClassID


  mxIsInf mxIsInt16