Measure Complex Array Length

From Visuino
Revision as of 01:37, 14 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoMeasureComplexArrayLength.png == Summary == The **Measure Complex Array Length** component calculates the number of elements in a complex array input and outputs this length as an integer. == Description == This component is used to determine the size of a complex array dynamically, which can be useful for loops, indexing, or conditional operations. It counts the number of entries in the input complex array and provides the count on the output pin....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoMeasureComplexArrayLength.png

Summary

The **Measure Complex Array Length** component calculates the number of elements in a complex array input and outputs this length as an integer.

Description

This component is used to determine the size of a complex array dynamically, which can be useful for loops, indexing, or conditional operations. It counts the number of entries in the input complex array and provides the count on the output pin.

Diagram:

Properties

  • Enabled (boolean) – Enables or disables the component.

Pins

Input Pins

  • in (complex array) – Input complex array whose length is to be measured.

Output Pins

  • out (integer) – Length of the input complex array.

Categories