SUB
Returns the difference of the inputs.
Input
Name | Type | Description |
|---|---|---|
IN1 | ANY_NUM | Minuend |
IN2 | ANY_NUM | Subtrahend |
Output
Name | Type | Description |
|---|---|---|
OUT | ANY_NUM | Difference: IN1 - IN2 |
Returns the difference of the inputs.
Name | Type | Description |
|---|---|---|
IN1 | ANY_NUM | Minuend |
IN2 | ANY_NUM | Subtrahend |
Name | Type | Description |
|---|---|---|
OUT | ANY_NUM | Difference: IN1 - IN2 |