Divide Unsigned 64 bit By Value

From Visuino
Jump to navigation Jump to search

File:TArduinoDivideUnsigned64BitByValue.png

Summary

Divides a stored 64-bit unsigned value by the incoming input and outputs the result.

Description

The **Divide Unsigned 64-bit By Value** component performs a division where the configured **Value** property is the dividend and the incoming 64-bit unsigned input is the divisor. 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 be divided by the input.
  • Enabled – Enables or disables the component.

Pins

Input Pins

  • In – 64-bit unsigned input divisor.

Output Pins

  • Out – Result of the division (Value ÷ In).