#include <NDArray.h>
Public Attributes | |
int | nElements |
The total number of elements in the array. | |
int | bytesPerElement |
The number of bytes per element in the array. | |
int | totalBytes |
The total number of bytes required to hold the array; this may be less than NDArray::dataSize. |
The number of bytes per element in the array.
The total number of elements in the array.
The total number of bytes required to hold the array; this may be less than NDArray::dataSize.