Find Complex Array Position: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoFindComplexArrayPosition.png == Summary == Finds the index of the first occurrence of a specified complex value within a complex array. == Description == The **Find Complex Array Position** component searches the input complex array for matching values from the **Value Elements**, starting from the beginning of the array. It outputs the index of the first occurrence found. If no match is found, the **Missing** pin triggers. <b>Diagram:<..."
 
(No difference)

Latest revision as of 00:34, 15 September 2025

File:TArduinoFindComplexArrayPosition.png

Summary

Finds the index of the first occurrence of a specified complex value within a complex array.

Description

The **Find Complex Array Position** component searches the input complex array for matching values from the **Value Elements**, starting from the beginning of the array. It outputs the index of the first occurrence found. If no match is found, the **Missing** pin triggers.

Diagram:

Properties

  • Enabled – Enables or disables the component.
  • Value Elements – Defines the complex values to search for in the input array.

Pins

Input Pins

  • In – Input complex array to search.

Output Pins

  • Out – Index of the first found complex value in the array.
  • Missing (clock) – Triggered if the value is not found.