OpenBIMRL | Mathematical operator functions
Class path: math.operators.absolute
Absolute value

Description
The magnitude node calculates the magnitude of a numerical value. In other words, the numerical value of a number that has been cleaned of the sign.
Input
| Input | Name | Type | Description |
|---|---|---|---|
| 0 | A | Number | Input value |
Output
| Output | Name | Type | Description |
|---|---|---|---|
| 0 | Abs(A) | Number | Result value |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself