Sub
Inputs
Port Name | Description |
---|---|
Source A | |
Source B | |
Value |
Output
Port Name | Description |
---|---|
Out |
Description
Perform a substraction with source A
, source B
and a value and writes the result to output like so:
_Output = _SourceA - _SourceB - _Value;