Jump to content

Array Size function: Difference between revisions

From LabVIEW Wiki
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

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