| MATLAB Compiler | ![]() |
bool IsNumeric() const
Return true if underlying array is numeric.
C++ syntax
#include "mclcppclass.h" mwArray a(2, 2, mxDOUBLE_CLASS); bool b = a.IsNumeric(); // Should return true.
Arguments
Return value
Boolean indicating if the array is numeric.
Description
Use this method to determine if an array is numeric.
| bool IsSparse() const | bool IsComplex() const | ![]() |
© 1994-2005 The MathWorks, Inc.