User`s guide
mwArray(mxClassID mxID)
Purpose Construct empty array of specified type
C++
Syntax
#include "mclcppclass. h"
mwArray a(mxDOUBLE_CLA SS);
Return
Value
None
Description Use this constructor to create an empty array o f the specified type.
You can use any valid
mxClassID. See the External I nter faces
documentation for more information on
mxClassID.
C-35