Use this when you want to find the difference between two numbers within a flow, for example calculating remaining area after a setback is applied.
Inputs
Name | Abbreviation | Type | Access | Description |
A | A | Number | Item | First number |
B | B | Number | Item | Second number |
Outputs
Name | Abbreviation | Type | Access | Description |
Difference | D | Number | Item | The difference of the two numbers |
Feed in a number
Feed in a second number
The result is the second number subtracted from the first number (the difference between the two numbers).

