ILNumerics Ultimate VS

ILMathlength Method

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Gives the length of the longest dimension of A.

[ILNumerics Computing Engine]

Namespace:  ILNumerics
Assembly:  ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
Syntax

public static long length(
	BaseArray A
)

Parameters

A
Type: ILNumericsBaseArray
Input array.

Return Value

Type: Int64
The lengths of the longest dimension as system scalar type.
Remarks

This function is the same as Longest. Memory management is performed on A.

For numpy scalars (0 dimensions) 1 is returned.

[ILNumerics Computing Engine]

See Also

Reference