Measure Unsigned Array Length: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoMeasureUnsignedArrayLength.png == Summary == The **Measure Unsigned Array Length** component calculates the number of elements in an unsigned array input and outputs this length as an integer. == Description == This component determines the size of an unsigned array dynamically, which can be useful for loops, indexing, or conditional operations. It counts the number of entries in the input unsigned array and provides the count on the output pin. <b..."
 
(No difference)

Latest revision as of 01:44, 14 September 2025

File:TArduinoMeasureUnsignedArrayLength.png

Summary

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

Description

This component determines the size of an unsigned array dynamically, which can be useful for loops, indexing, or conditional operations. It counts the number of entries in the input unsigned array and provides the count on the output pin.

Diagram:

Properties

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

Pins

Input Pins

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

Output Pins

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

Categories