Find All Unsigned Array Positions: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoUnsignedArrayFindAllPositions.png == Summary == Finds all positions of a specified unsigned integer pattern within an unsigned array input. == Description == The **Find All Unsigned Array Positions** component scans the incoming unsigned array from the **In** pin and identifies all index positions where the data matches the configured **Value Elements**. All matching positions are returned as an **Unsigned Array** on the **Out** pin. This componen..." |
(No difference)
|
Latest revision as of 08:43, 12 November 2025
File:TArduinoUnsignedArrayFindAllPositions.png
Summary
Finds all positions of a specified unsigned integer pattern within an unsigned array input.
Description
The **Find All Unsigned Array Positions** component scans the incoming unsigned array from the **In** pin and identifies all index positions where the data matches the configured **Value Elements**. All matching positions are returned as an **Unsigned Array** on the **Out** pin. This component is useful for locating all occurrences of specific unsigned values or sequences within an array, aiding in data analysis, indexing, and filtering operations.
Diagram:
Categories
- File:TArduinoUnsignedCategory.png Category Unsigned – Unsigned data processing and comparison.
- File:TArduinoArraysCategory.png Category Arrays – Array searching and data manipulation.
Properties
- Enabled – Enables or disables the component.
- Value Elements – Click the **…** button to open the **Elements Window** and add **Value** elements representing the unsigned values to search for.
Pins
Input Pins
- In – Unsigned array input to be searched for the configured value pattern.
Output Pins
- Out – Unsigned array output containing all index positions of matching values.
