MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Guida Utente Pagina 318

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
Vedere la pagina 317
int HashCode() const
Purpose Return hash code for array
C++
Syntax
#include "mclcppclass. h"
mwArray a(1, 1, mxDOUBLE_CLASS);
int n = a.HashCode();
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.
C-64
Vedere la pagina 317
1 2 ... 313 314 315 316 317 318 319 320 321 322 323 ... 353 354

Commenti su questo manuale

Nessun commento