LibraryLink`
LibraryLink`

MNumericArray_getFlattenedLength (C 函数)

gets the total number of elements in an MNumericArray.

更多信息

  • Used in C/C++ code in a library function called from the Wolfram Language.
  • This is the length of a flattened version of the MNumericArray.

范例

基本范例  (1)

This gets the total number of elements of an MNumericArray:

MNumericArray A0;
mint len;
...
len = libData->numericarrayLibraryFunctions->MNumericArray_getFlattenedLength(A0);