MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Guide de l'utilisateur Page 318

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 354
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 317
1 2 ... 313 314 315 316 317 318 319 320 321 322 323 ... 353 354

Commentaires sur ces manuels

Pas de commentaire