MATLAB APPLICATION DEPLOYMENT - WEB EXAMPLE GUIDE Guia do Utilizador Página 318

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
Vista de página 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
Vista de página 317
1 2 ... 313 314 315 316 317 318 319 320 321 322 323 ... 353 354

Comentários a estes Manuais

Sem comentários