Nodes > Math > Common > Subtract
Returns the result of subtracting B from A.
Inputs
Name | Type | Description |
---|---|---|
A | float | Value to subtract from |
B | float | Value to subtract |
Outputs
Name | Type | Description |
---|---|---|
( A - B ) | float | B subtracted from A |
Was this page helpful?