Unsigned Array Delete Items: Difference between revisions
Jump to navigation
Jump to search
Created page with "Image:TArduinoUnsignedArrayDeleteItems.png == Summary == Removes a specified number of items from an unsigned array starting at a given index. == Description == The **Unsigned Array Delete Items** component takes an input unsigned array and deletes items from it, beginning at the position defined by the **Index** property. The number of items to remove is defined by the **Count** property. The resulting array is available at the **Out** pin. <b>Diagram..." |
(No difference)
|
Latest revision as of 01:50, 20 August 2025
File:TArduinoUnsignedArrayDeleteItems.png
Summary
Removes a specified number of items from an unsigned array starting at a given index.
Description
The **Unsigned Array Delete Items** component takes an input unsigned array and deletes items from it, beginning at the position defined by the **Index** property. The number of items to remove is defined by the **Count** property. The resulting array is available at the **Out** pin.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoArrayCategory.png Category Array – Array data storage and manipulation.
Properties
- Enabled – Enables or disables the component.
- Count – Number of items to remove from the array.
- Index – Starting position (zero-based) where the deletion begins.
Pins
Input Pins
- In – Unsigned array input to modify.
Output Pins
- Out – The unsigned array after the specified items have been removed.