| MATLAB Compiler | ![]() |
mxClassID ClassID() const
C++ syntax
#include "mclcppclass.h" mwArray a(2, 2, mxDOUBLE_CLASS); mxClassID id = a.ClassID();// Should return mxDOUBLE_CLASS
Arguments
Return value
Description
Use this method to determine the type of the array. Consult the External Interfaces documentation for more information on mxClassID.
| mwArray Serialize() const | int ElementSize() const | ![]() |
© 1994-2005 The MathWorks, Inc.