MATLAB Compiler Previous page   Next Page

int HashCode() const

Return hash code for this array.

C++ syntax

Arguments

None

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.


Previous page  int CompareTo(const mwArray& arr) const mwString ToString() const Next page

© 1994-2005 The MathWorks, Inc.