OpenBIMRL | Mathematical operator functions
Class path: math.operators.negative
Negation

Description
The negation node calculates the negative value of a number.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | A | Number | Input value |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | Neg(A) | Number | Result value |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself