Round
This function block is used for rounding numerical inputs to a specified number of decimal places. It provides a simple way to control the precision of numerical data in your workflows.
📥 Inputs
Number
The input number that you want to round.
📤 Outputs
Number
The rounded output number based on the specified decimal places.
🕹️ Controls
Decimals
A text input where you can specify the number of decimal places to which the input number will be rounded. The default value is 2.
🎨 Features
Precision Control
This function block allows users to specify the precision of numerical data by controlling the number of decimal places.
Simple Interface
The control is straightforward, requiring just the number of decimals for rounding.
📝 Usage Instructions
Input Number: Connect a numerical output from another function block to the input.
Set Decimals: Enter the desired number of decimal places in the
Decimals
field.Evaluate: Run the block to obtain the rounded result based on your input and specified precision.
📊 Evaluation
When executed, this function block takes the input number and outputs the rounded value according to the number of decimal places specified.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated