ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
The lengths of the longest dimension as system scalar type.
This function is the same as Longest. Memory management is performed on A.
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
Parameters
- A
- Type: ILNumericsBaseArray
Input array.
Return Value
Type: Int64The lengths of the longest dimension as system scalar type.
Remarks
For numpy scalars (0 dimensions) 1 is returned.
[ILNumerics Computing Engine]
See Also