Subtract Integer 64 bit Value

From Visuino
Jump to navigation Jump to search

File:TArduinoInteger64SubtractByValue.png

Summary

Subtracts a specified constant from a 64-bit integer input.

Description

The **Subtract Integer (Int64) By Value** component subtracts a fixed **Value** property from the incoming 64-bit integer. This is useful for offset adjustments, calibration, or applying a constant negative shift to a signal. When **Enabled** is set to `False`, the subtraction is not applied and the output remains unchanged.

Diagram:

Categories

Properties

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

Pins

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