DIV

The DIV node divides the first input (A) by the second input (B). It is essential for calculating ratios, percentages, and splitting data into smaller units.
When to use this node:
* Percentage Calculation: Dividing the current progress by the total goal to drive a progress bar or UI Progressbar node.
* Data Scaling: Converting high-resolution sensor data into smaller ranges required by specific hardware controllers.
* Distributing Resources: Calculating how many clues or items should be given to each player based on the total team size.
Technical Note: Always ensure the divisor (B) is not zero to avoid mathematical errors in your logic flow.
Connectors in
- A [type: variant]
- B [type: variant]
Connectors out
- value [type: variant]
Node properties
- B [type: integer]