MATLAB Application Program Interface Reference Help Desk

mxIsInt16

Purpose

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

C Syntax

Arguments

array_ptr

Pointer to an mxArray.

Returns

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

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



[ Previous | Help Desk | Next ]