External Interfaces/API Reference |
True if mxArray
represents its data as single-precision, floating-point numbers
Fortran Syntax
Arguments
Returns
1
if the array stores its data as single-precision, floating-point numbers, and 0
otherwise.
Description
Use mxIsSingle
to determine whether or not the specified array represents its real and imaginary data as single-precision, floating-point numbers.
Calling mxIsSingle
is equivalent to calling
See Also
mxIsNumeric | mxIsSparse |