MATLAB Application Program Interface
  Go to function:
    Search    Help Desk 
mxIsSingle    See Also

True if mxArray represents its data as single-precision, floating-point numbers

C Syntax

Arguments

array_ptr
  Pointer to an mxArray.

Returns

true if the array stores its data as single-precision, floating-point numbers; otherwise, returns false.

Description

Use mxIsSingle to determine whether or not the specified array represents its real and imaginary data as single-precision, floating-point numbers.

Calling mxIsDouble is equivalent to calling

See Also

mxIsClass, mxGetClassID



[ Previous | Help Desk | Next ]