External Interfaces Reference |
Determine if input is mxArray
of signed 8-bit integers
Fortran Syntax
Arguments
Returns
Logical 1
(true
) if the array stores its data as signed 8-bit integers, and logical 0
(false
) 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
, mxIsInt16
, mxIsInt32
, mxIsInt64
, mxIsUint8
, mxIsUint16
, mxIsUint32
, mxIsUint64
mxIsInf | mxIsInt16 |
© 1994-2005 The MathWorks, Inc.