Jump to content

Array Size function

From LabVIEW Wiki
Revision as of 15:45, 2 September 2019 by Logmanoriginal (talk | contribs) (Created page with "{{stub}} thumb|Array Size function Returns the number of elements in each dimension of an array. {{LabVIEW Palette Object Information|pale...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Array Size function

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

History

See also

External links