Measure Complex Array Length: Difference between revisions
Jump to navigation
Jump to search
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...." |
(No difference)
|
Latest revision as of 01:37, 14 September 2025
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
- File:TArduinoUtilityCategory.png Category Utility – Utility components.
- File:TArduinoAnalogCategory.png Category Analog – Analog signal components.