Array Size function: Difference between revisions
Appearance
Created page with "{{stub}} thumb|Array Size function Returns the number of elements in each dimension of an array. {{LabVIEW Palette Object Information|pale..." |
(No difference)
|
Revision as of 15:45, 2 September 2019
| |
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.