ILNumerics Ultimate VS

ImmutableT1, LocalT, InT, OutT, RetT, StorageTnbytes Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
[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

public long nbytes { get; }

Property Value

Type: Int64
Remarks

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.

[ILNumerics Core Module]

See Also

Reference