Divide Integer 64 bit Value

From Visuino
Revision as of 02:28, 15 August 2025 by Visuino (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.