ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
The number returned counts the bytes for the elements of the array only. It does not take into
account the memory used for non-element fields and attributes. Also, nbytes may not be
a measure for the overall size of the memory region actually _used_ to store the elements. This region
might be larger if elements are non-contiguously laid-out in memory.
[numpy API] The total number of bytes required to store all elements of this array. [readonly]
[ILNumerics Core Module]
Namespace: ILNumerics.Core.Arrays
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
Property Value
Type: Int64Remarks
[ILNumerics Core Module]
See Also