Repeat 64 bit Integer: Difference between revisions

From Visuino
Jump to navigation Jump to search
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..."
 
(No difference)

Latest revision as of 09:55, 14 September 2025

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