Subtract Integer 64 bit From Value

From Visuino
Jump to navigation Jump to search

File:TArduinoInteger64SubtractFromValue.png

Summary

Subtracts the incoming 64-bit integer from a specified constant value.

Description

The **Subtract Integer (Int64) From Value** component outputs the result of **Value − In**, where **Value** is a fixed 64-bit integer set in the properties and **In** is the incoming 64-bit integer signal. This is useful when you need to invert the subtraction order, such as calculating a remainder from a known total. When **Enabled** is set to `False`, the subtraction is not applied and the output remains unchanged.

Diagram:

Categories

Properties

  • Value – 64-bit integer constant from which the input is subtracted.
  • Enabled – Enables or disables the component.

Pins

  • In – 64-bit integer input value to subtract from the constant.
  • Out – 64-bit integer output after subtraction (**Value − In**).