ILNumerics - Technical Application Development
Assembly: ILNumerics.Computing (in ILNumerics.Computing.dll) Version: 5.5.0.0 (5.5.7503.3146)
The number of elements of A as system scalar type.
This function is the same as NumberOfElements. Memory management is performed on A.
Gives the number of elements 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 number of elements of A as system scalar type.
Remarks
For numpy scalars (0 dimensions) 1 is returned.
[ILNumerics Computing Engine]
See Also