Divide Integer 64 bit Value: Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoInteger64DivideByValue.png == Summary == Divides a 64-bit integer input by a specified constant value. == Description == The **Divide Integer (Int64) By Value** component divides the incoming 64-bit integer by a fixed **Value** property. This is useful for scaling signals down, converting units, or applying a fixed divisor. When **Enabled** is set to `False`, the output remains inactive (no division performed). <b>Diagram:</b> Image:TArduino..."
 
(No difference)

Latest revision as of 02:28, 15 August 2025

File:TArduinoInteger64DivideByValue.png

Summary

Divides a 64-bit integer input by a specified constant value.

Description

The **Divide Integer (Int64) By Value** component divides the incoming 64-bit integer by a fixed **Value** property. This is useful for scaling signals down, converting units, or applying a fixed divisor. When **Enabled** is set to `False`, the output remains inactive (no division performed).

Diagram:

Categories

Properties

  • Value – 64-bit integer constant divisor applied to the input.
  • Enabled – Enables or disables the component.

Pins

  • In – 64-bit integer input value.
  • Out – 64-bit integer output after division.