Calculates the result of subtracting the 2 inputs. That is: (Out = In1 - In2)
Inputs
|
|
|
|
|
Slots
|
Type
|
Default
|
Description
|
|
In1
|
Numeric
|
Null
|
First Input
|
|
In2
|
Numeric
|
Null
|
Second Input
|
Outputs
|
|
|
Slots
|
Type
|
Description
|
|
Out
|
Numeric
|
The result of subtracting two inputs. If either of the inputs are Null, the result is Null.
|
|