Array Size function
Appearance
![]() |
This article is a stub. You can help LabVIEW Wiki by expanding it. Please improve this article if you can. |

Returns the number of elements in each dimension of an array.
Object information | |
---|---|
Owning palette(s) | Array palette |
Type | Function |
Requires | Basic Development Environment |
Usage
Connect the input terminal to an array. The node adapts to the data type and returns either a single element for a one-dimensional array, or a subarray for higher dimensional arrays.
Best practice
- Use the Add Array Elements function to calculate the sum of elements in a multi-dimensional array.