Subtract Unsigned 64 bit Value

From Visuino
Jump to navigation Jump to search

File:TArduinoSubtractUnsigned64BitValue.png

Summary

Subtracts a stored 64-bit unsigned value from the incoming input and outputs the result.

Description

The **Subtract Unsigned 64-bit Value** component performs a subtraction between the incoming 64-bit unsigned input and the configured **Value** property. The result is output as a 64-bit unsigned value. The component can be enabled or disabled using the **Enabled** property.

Diagram:

Categories

Properties

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

Pins

Input Pins

  • In – 64-bit unsigned input to be subtracted from.

Output Pins

  • Out – Result of the subtraction.