ILNumerics - Technical Application Development
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
The length of dimensions as elements of a vector of length [NumberOfDimensions].
Note that numpy scalar arrays (0 dimensions, 1 element) return an empty vector of length 0.
Note: This API is now obsolete.
Gets the lengths of the dimensions of the array associated with this size object.
[ILNumerics Core Module]
Namespace: ILNumerics
Assembly: ILNumerics.Core (in ILNumerics.Core.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax
[ObsoleteAttribute("In order to get the size of an array A as vector of <long> use A.shape instead!")] public RetArray<long> ToIntArray()
Return Value
Type: RetArrayInt64The length of dimensions as elements of a vector of length [NumberOfDimensions].
Remarks
[ILNumerics Core Module]
See Also