Repeat 64 bit Integer

From Visuino
Revision as of 09:55, 14 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoRepeat64bitInteger.png == Summary == The **Repeat 64 bit Integer** component repeats a 64-bit integer input a specified number of times. == Description == This component takes a 64-bit integer input and outputs it multiple times according to the configured count. It is useful for duplicating or broadcasting large integer values to multiple consumers or further processing. <b>Diagram:</b> Image:TArduinoRepeat64bitInteger.Preview.png == Prope...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoRepeat64bitInteger.png

Summary

The **Repeat 64 bit Integer** component repeats a 64-bit integer input a specified number of times.

Description

This component takes a 64-bit integer input and outputs it multiple times according to the configured count. It is useful for duplicating or broadcasting large integer values to multiple consumers or further processing.

Diagram:

Properties

  • Enabled (boolean) – Enables or disables the repeat function.
  • Count (integer) – Number of times the 64-bit integer input is repeated.

Pins

Input Pins

  • in (64 bit Integer) – Input 64-bit integer value.

Output Pins

  • out (64 bit Integer) – Output repeated 64-bit integer value.

Categories