MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Betriebsanweisung Seite 318

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 354
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 317
1 2 ... 313 314 315 316 317 318 319 320 321 322 323 ... 353 354

Kommentare zu diesen Handbüchern

Keine Kommentare