OpenBIMRL | Mathematical operator functions
Class path: math.operators.subtraction
Subtraction
Description
The subtraction node calculates the difference between two numbers.
Input
Input | Name | Type | Description |
---|---|---|---|
0 | A | Number | Number from which is subtracted (minuend) |
1 | B | Number | Number that is subtracted (subtrahend) |
Output
Output | Name | Type | Description |
---|---|---|---|
0 | A-B | Number | Result of subtraction (difference) |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself