Find Last Complex Array Position

From Visuino
Revision as of 00:31, 15 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoFindLastComplexArrayPosition.png == Summary == Finds the index of the last occurrence of a specified complex value within a complex array. == Description == The **Find Last Complex Array Position** component searches the input complex array for matching values from the **Value Elements**, starting from the end of the array. It outputs the index of the last occurrence found. If no match is found, the **Missing** pin triggers. <b>Diagram:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoFindLastComplexArrayPosition.png

Summary

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

Description

The **Find Last Complex Array Position** component searches the input complex array for matching values from the **Value Elements**, starting from the end of the array. It outputs the index of the last 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 last found complex value in the array.
  • Missing (clock) – Triggered if the value is not found.