Round
Round a decimal input to the given number of decimals. Accepts float, double, half, or arrays / tuples of the aformentioned types
Installation
To use this Node, you must enable omni.graph.nodes
in the Extension Manager.
Inputs
Name |
Type |
Description |
Default |
---|---|---|---|
Input (input) |
|
The input data to round |
|
Decimals (decimals) |
|
The number of decimal places to round to. Negative numbers specify the number of positions left of the decimal |
Outputs
Name |
Type |
Description |
Default |
---|---|---|---|
Output (output) |
|
The resultant rounded numbers |