Divide Integer 64 bit Value

From Visuino
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.