OpenBIMRL | Mathematical utility functions
Class path: math.utilities.roundNumber
Round
Description
Rounds a number set to a specified decimal point precision.
Input
Input | Name | Type | Description |
---|---|---|---|
0 | Value | Number | Value that is rounded |
1 | Accuracy | Number | Rounding accuracy |
Output
Output | Name | Type | Description |
---|---|---|---|
0 | Value | Number | rounded value |
Use/Example
Sample file
Download of a sample file so that the user can test the usage himself