ILNumerics Ultimate VS

SizeToIntArray Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

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: RetArrayInt64
The length of dimensions as elements of a vector of length [NumberOfDimensions].
Remarks

Note that numpy scalar arrays (0 dimensions, 1 element) return an empty vector of length 0.

[ILNumerics Core Module]

See Also

Reference