Number
What It Does
The Number node displays numeric values in a formatted way. It provides a visual preview of numbers with configurable precision.
Inputs
| Name | Description | Type | Required |
|---|---|---|---|
| Value | The number to display | Number | No |
| Precision | The number of decimal places to show | Number | No |
Outputs
| Name | Description | Type |
|---|---|---|
| No outputs | This node is for preview purposes only | - |

How to Use It
- Drag the Number node into your graph.
- Connect a numeric value to the "Value" input or use the default (12.27633).
- Optionally set the "Precision" input to control decimal places (default is 2).
- The node will display the formatted number for easy viewing (12.28).

Tips
- Adjust the precision based on your needs—use higher values for more decimal places.
- Use this node to monitor calculated values at specific points in your graph.
See Also
- Math Expression: For calculating mathematical expressions.
- Round: For rounding numbers to specific precisions.
Use Cases
- Value Monitoring: Display important numeric values in your design system.
- Calculation Verification: Check intermediate or final calculation results.
- Parameter Display: Show current values of key parameters in your graph.