These methods will calculate the basic properties of the array like
- shape() - represents the shape of the array.
- size()-represents the size of the array.
- ndim()- represents the dimensions of the array.
- dType() - represents the data type of the data stored in NDArray.
- itemSize() - represents the total number of items stored in the array.
- nBytes() - represents the bytes consumed by the array to store the data
These methods will calculate the basic properties of the array like