| MATLAB Compiler | ![]() |
int HashCode() const
Return hash code for this array.
C++ syntax
Arguments
Return value
An integer value representing a unique hash code for the array.
Description
This method constructs a unique hash value form the underlying bytes in the array. Therefore, arrays of different types will have different hash codes, even if they are initialized with the same data.
| int CompareTo(const mwArray& arr) const | mwString ToString() const | ![]() |
© 1994-2005 The MathWorks, Inc.