MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Betriebsanweisung Seite 316

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 354
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 315
bool Equals(const mwA rray& arr) const
Purpose Test two arrays for equality
C++
Syntax
#include "mclcppclass. h"
mwArray a(1, 1, mxDOUBLE_CLASS);
mwArray b(1, 1, mxDOUBLE_CLASS);
a = 1.0;
b = 1.0;
bool c = a.Equals(b); // Should return true.
Arguments arr
Array to compare to array
Return
Value
Boolean value indicating the equality of the two arrays.
Description Returns true if the input array is byte-wise equal to this array. This
method makes a byte-wise comparison of the underlying arrays.
Therefore, arrays of the sam e type should be compared. Arrays of
different types will not in general be equal, e ven if th ey a re in itial ized
withthesamedata.
C-62
Seitenansicht 315
1 2 ... 311 312 313 314 315 316 317 318 319 320 321 ... 353 354

Kommentare zu diesen Handbüchern

Keine Kommentare